- Mar 04, 2011
-
-
Natanael Copa authored
due to unintialized and non-local variable the tracing of deps didnt work as expected when dependencies was provided by the apkbuild itself. (libgcc ended up depending on libgcj which depended on binutils)
-
Natanael Copa authored
-
Natanael Copa authored
and we dont want -dev packages to be noarch
-
- Feb 09, 2011
-
-
Ariadne Conill authored
-
- Jan 28, 2011
-
-
Ariadne Conill authored
-
- Jan 25, 2011
-
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- Jan 06, 2011
-
- Jan 04, 2011
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
this check verifies that the *.initd scripts are #!/sbin/runscript
-
- Jan 03, 2011
-
-
Natanael Copa authored
-
Natanael Copa authored
This subcommand verifies if upstream sources still exists and echoes an error if it does not. This is supposed to be used from a script that checks the validity of source regularily.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
Download the sourcepackage and analyze. If needed, have build() run ./configure. We could in future try figure out license automatically too.
-
Removed the asterisk from the beginning of the https check, and moved the saveas- check above.
-
- Dec 31, 2010
-
-
Natanael Copa authored
-
- Dec 30, 2010
-
-
'saveas-*://' URI support has been created for use with the source= line of APKBUILD files. It allows for a remote source file to be saved with an arbitrary filename. This is useful in situations where the last component of the URI is not the preferred filename. Here's how it works. Say we have the following URI: http://oss.example.org/?get=software&ver=1.0 Both Busybox Wget and GNU Wget will save this with the filename: ?get=software&ver=1.0 To get around this, we could use cURL to save the file using the filename in the HTTP response headers: $ curl -JO "http://oss.example.org/?get=software&ver=1.0" Or we could use this 'saveas' hack. Essentially, the original URI is converted to read: saveas-http://oss.example.org/?get=software&ver=1.0/software-1.0.tar.gz In the download process, the 'saveas-' portion is removed, and the file is downloaded from the original URI, but is saved with the filename being the last component of the URI. In this case, it will be saved as 'software-1.0.tar.gz'. It is designed so that it works with any protocol supported by abuild. For example: saveas-ftp://oss.example.org/?get=software&ver=1.0/software-1.0.tar.gz Check it out and let me know what you think. Thanks, Matt
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
we now fail if noarch is set wrong
-
Natanael Copa authored
-
Natanael Copa authored
We check if noarch is properly set
-
- Dec 20, 2010
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Dec 17, 2010
-
-
Natanael Copa authored
-
- Dec 15, 2010
-
-
Natanael Copa authored
-
Natanael Copa authored
Some .so files have a rpath where to look for the needed .so. When tracing package dependencies we also have a look there. This should fix problem when the .so is not in standard location, /usr/lib or /lib. (for example freeradius plugins) While here we also reorganize things so we only call apk info --who-owns once for each package instead of once for each needed .so. This should speed up things when there are many needed .so files.
- Dec 14, 2010
-
-
Natanael Copa authored
- add arch to .PKGINFO - exit with success if package is not in arch
-
- Dec 13, 2010
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
ap is a helper script to parse APKBUILD and calculate build time dependencies.
-
Natanael Copa authored
-
- Nov 24, 2010
-
-
Natanael Copa authored
-
- Nov 19, 2010
-
-
Natanael Copa authored
-