- Apr 02, 2009
-
-
Natanael Copa authored
- Apr 01, 2009
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Mar 26, 2009
-
-
Natanael Copa authored
prefix a makedepends with ! and its treated as a conflict. for example: makedepends="zlib-dev !gettext"
-
Natanael Copa authored
check if wget is in makedepends. fixes #11
-
- Mar 06, 2009
-
-
Natanael Copa authored
- Mar 04, 2009
-
-
Natanael Copa authored
install scripts are splitted into separate scripts. The install variable should contain a list of the scripts. Each script should be the pkgname with action as suffix. I.E: install="$pkgname.pre-install $pkgname.post-install"
-
- Mar 02, 2009
-
-
Natanael Copa authored
-
- Feb 20, 2009
-
-
Natanael Copa authored
- Feb 17, 2009
-
-
Natanael Copa authored
like when main package depends on subpackages
-
- Feb 12, 2009
-
- Feb 11, 2009
-
-
Natanael Copa authored
-P lets user specify the REPODEST on cmd line
-
- Feb 08, 2009
-
-
Natanael Copa authored
This allows ABUILDS to call the default_doc func and append stuff missing
-
Natanael Copa authored
- check that md5sums correspond to source - warn if maintainer is missing
-
- Feb 05, 2009
-
-
Natanael Copa authored
so far only option avaiable is !strip, which disables stripping of binaries.
-
- Feb 03, 2009
-
- Feb 02, 2009
-
-
Natanael Copa authored
The -r option will only install deps from system repo and fail if any is missing. The -R option will parse the aports tree and try build the missing packages and then install the newly built package.
-
Natanael Copa authored
-
- Jan 30, 2009
-
-
Natanael Copa authored
-
- Jan 29, 2009
-
-
Natanael Copa authored
abuild [-c] -n PKGNAME[-PKGVER] creates a directory with new APKBUILD. If -c is specified will sample init.d, conf.d and install script be copied as well.
-
- Jan 26, 2009
-
-
Natanael Copa authored
This reverts commit fe7da984. Conflicts: abuild
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
-
Natanael Copa authored
by sourcing the functions.sh after abuild.conf
- Jan 23, 2009
-
-
Natanael Copa authored
- Jan 22, 2009
-
-
Natanael Copa authored
This will let user specify a directory where the repositories are. Setting REPODEST will override PKGDEST.
-
- Jan 20, 2009
-
-
Natanael Copa authored
try deal with dependencies for makedepends Example. foo-dev is a makedepends which depends on foo. We need to install foo before we can install foo-dev. The way we deal with thi here is hackish and should be replaced by adding all built packages to an abuild repository or similar.
-
- Jan 18, 2009
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Jan 17, 2009
-
-
Natanael Copa authored
-