Commit Graph

109 Commits

Author SHA1 Message Date
Natanael Copa 098a02161f abuild: do not add busybox as dep to busybox itself 2009-03-02 19:37:14 +00:00
Natanael Copa 14bcd8ddb0 release 1.10 2009-02-20 10:18:38 +00:00
Natanael Copa ec6a945d47 abuild: dont check md5sum if there are no sources. fix depends_has 2009-02-20 09:08:26 +00:00
Natanael Copa 23b3d4a8dd abuild: do not try build/install dependencies that are provided by self
like when main package depends on subpackages
2009-02-17 07:39:06 +00:00
Natanael Copa 20d6494236 release 1.9 2009-02-12 09:54:05 +00:00
Natanael Copa bcb440d4fe abuild: auto add bb to deps when install. added -P option.
-P lets user specify the REPODEST on cmd line
2009-02-11 14:07:08 +00:00
Natanael Copa 0c3be1aed6 abuild: rename {dev,doc,mod} funcs to default_{dev,doc,mod}
This allows ABUILDS to call the default_doc func and append stuff missing
2009-02-08 21:03:32 +00:00
Natanael Copa 6c52b39112 abuild: improve sanitycheck
- check that md5sums correspond to source
- warn if maintainer is missing
2009-02-08 21:02:22 +00:00
Natanael Copa 0e9c2e708c abuild: support for variable options
so far only option avaiable is !strip, which disables stripping of binaries.
2009-02-05 10:35:29 +00:00
Natanael Copa b9685a9fc2 abuild: version 1.8 2009-02-03 14:25:09 +00:00
Natanael Copa d95b0a295a abuild: install makedeps from system repo with -r and build with -R
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.
2009-02-02 15:48:19 +00:00
Natanael Copa 9cc011ddc7 abuild: forgot set version to 1.7 2009-02-02 12:41:42 +00:00
Natanael Copa 102c460635 abuild: make licenses a part of -doc packages 2009-01-30 09:42:30 +00:00
Natanael Copa 21cd6680ee abuild: support for creation of new APKBUILD from template
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.
2009-01-29 09:06:43 +00:00
Natanael Copa 70dedf7052 release 1.6 2009-01-26 15:56:55 +00:00
Natanael Copa 20e24e3cbf Revert "abuild: whitespace fix"
This reverts commit fe7da984ae.

Conflicts:

	abuild
2009-01-26 14:21:46 +00:00
Natanael Copa 044359f0ad abuild: style fixes 2009-01-26 13:32:44 +00:00
Natanael Copa e609357a1c abuild: display error for unsupported archives 2009-01-26 13:15:12 +00:00
Natanael Copa fe7da984ae abuild: whitespace fix 2009-01-26 11:00:45 +00:00
Carlo Landmeter 025590c06b core/abuild: add zip archive support 2009-01-26 10:59:19 +00:00
Natanael Copa 7e4549ff9e release 1.5.1 2009-01-26 10:31:55 +00:00
Natanael Copa cd65e27f8c abuild: make color work again
by sourcing the functions.sh after abuild.conf
2009-01-26 10:30:25 +00:00
Natanael Copa a6a3e604b3 release 1.5 2009-01-23 08:57:50 +00:00
Natanael Copa 1cff62daed abuild: checksum modifies the APKBUILD directly 2009-01-23 08:28:58 +00:00
Natanael Copa 200eb22b52 abuild: added REPODEST
This will let user specify a directory where the repositories are.
Setting REPODEST will override PKGDEST.
2009-01-22 09:08:50 +00:00
Natanael Copa 7f97d71874 abuild:
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.
2009-01-20 10:33:11 +00:00
Natanael Copa 9f8e91d57b release 1.4.1 2009-01-18 15:05:21 +00:00
Natanael Copa 469933e553 abuild: apk add support -u again 2009-01-18 15:04:38 +00:00
Natanael Copa 469786dd75 abuild: allow help (-h) even if there is no APKBUILD 2009-01-17 10:35:54 +00:00
Natanael Copa 7534b15bb3 release 1.4 2009-01-17 10:03:15 +00:00
Natanael Copa 1a28d3898b abuild: abort build if md5 check fails 2009-01-17 09:58:50 +00:00
Natanael Copa a457f7241c abuild: use new apk-tools (2.x) 2009-01-15 16:40:43 +00:00
Natanael Copa e81ebe1981 abuild: consider all subdirs named 'include' belong to -dev 2009-01-11 22:10:56 +00:00
Natanael Copa 3a201f6600 abuild: version 1.2 2009-01-09 21:09:57 +00:00
Natanael Copa 95774a8f82 abuild: fix bug in dev() 2009-01-09 21:03:15 +00:00
Natanael Copa f12ff8cee1 abuild: unpack does md5check. we dont need do it twice 2009-01-08 14:49:00 +00:00
Natanael Copa ebf5d7c6d7 abuild: strip files in all subdirs 2009-01-07 19:13:03 +00:00
Natanael Copa 0b2f41e9d9 abuild: consider all .a .c .h .o files as dev files
Also any /usr/share/gettext dir.
2009-01-07 13:02:44 +00:00
Natanael Copa 162f34d0da abuild: added -p/-s option to override PKGDEST/SRCDEST 2009-01-07 10:46:26 +00:00
Natanael Copa 40f8a48bc6 Revert "abuild: try break circular dependencies"
This reverts commit b27a6f4710.
2009-01-07 10:02:06 +00:00
Natanael Copa 0c9cb860be abuild: add depends_{doc,mod,dev} to depends in doc(),mod(),dev() 2009-01-07 07:44:15 +00:00
Natanael Copa b446f1bda7 abuild: version 1.1.1 2009-01-06 15:52:18 +00:00
Natanael Copa ff55ae9e1c abuild: version 1.1 2009-01-06 15:42:35 +00:00
Natanael Copa 22cf700b49 abuild: -k option for keeping built packages 2009-01-06 14:52:47 +00:00
Natanael Copa 03f985441c version 1.0 2009-01-05 15:33:29 +00:00
Natanael Copa b27a6f4710 abuild: try break circular dependencies 2009-01-05 15:32:26 +00:00
Natanael Copa 1430275df6 abuild: do ont compress info and manpages
it was a bad idea since it messes up symlinks
2009-01-05 12:43:56 +00:00
Natanael Copa 014754b3c2 abuild: reworked dependency handling
- Added option -i, to install a given build target after successful build.

- Parse all APKBUILDs and use awk to calculate a dependency graph. Then
  build the package and use -i to install the needed dependency.

- Uninstall all build dependencies after package is built (unless -i given)

- Automatically add binutils gcc make patch uclibc-dev as deps
2009-01-04 13:38:45 +00:00
Natanael Copa e48c520d54 abuild: move functions to a shared lib 2009-01-03 10:05:12 +00:00
Natanael Copa 395a795126 abuild: implemented listpkg and cleanoldpkg 2009-01-03 09:04:15 +00:00