Re: [aur-general] PKGBUILD for multiple packages: some examples?

2015-03-28 Thread Giovanni Santini
Il 28/mar/2015 11:18 AM Rob McCathie korr...@gmail.com ha scritto: Here is an example of a split package for you: https://github.com/manjaro/packages-community/blob/master/octopi/PKGBUILD -- Regards, Rob McCathie On 28/03/15 20:08, Giovanni Santini wrote: Good morning everybody,

[aur-general] PKGBUILD for multiple packages: some examples?

2015-03-28 Thread Giovanni Santini
Good morning everybody, As a student, I need to download for a class AMPL, which has its latest student binaries here [1]. I wanted to create a PKGBUILD with all the possible solvers; I remember to have seen a PKGBUILD that had the same sorce and built multiple packages but I can't remember

Re: [aur-general] PKGBUILD for multiple packages: some examples?

2015-03-28 Thread Rob McCathie
Here is an example of a split package for you: https://github.com/manjaro/packages-community/blob/master/octopi/PKGBUILD -- Regards, Rob McCathie On 28/03/15 20:08, Giovanni Santini wrote: Good morning everybody, As a student, I need to download for a class AMPL, which has its latest

Re: [aur-general] PKGBUILD for multiple packages: some examples?

2015-03-28 Thread Gordian Edenhofer
Dear Giovanni, I would recomment you two great articles on building custom packages for the AUR. The first one concerenes how a PKGBUILD works: https://wiki.archlinux.org/index.php/PKGBUILD . It will give you an idea of what is needed and how it is done. The second one concentrates on really

[aur-general] Signoff report for [community-testing]

2015-03-28 Thread Arch Website Notification
=== Signoff report for [community-testing] === https://www.archlinux.org/packages/signoffs/ There are currently: * 0 new packages in last 24 hours * 0 known bad packages * 0 packages not accepting signoffs * 0 fully signed off packages * 23 packages missing signoffs * 1 package older than 14 days

Re: [aur-general] PKGBUILD for multiple packages: some examples?

2015-03-28 Thread Gordian Edenhofer
If I understand you correctly then what you want is to download multiple sources and compile them separately as if they would be separate packages. This can be done by adding each and every source-file to the source array in one PKGBUILD and compile them in build, like this: build() { cd