Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-16 | makepkg: add pkgbase variable | Allan McRae | 1 | -2/+5 | |
The pkgbase variable is added to improve informational output and source package naming when using split packages. Defaults to ${pkgname[0]} if not set. Also: - move splitpkg detection to after pkgname presence is verified - add "cd" line to package_foo() functions in splitpkg proto Signed-off-by: Allan McRae <allan@archlinux.org> | |||||
2009-01-16 | makepkg: Add PKGBUILD-split.proto | Allan McRae | 1 | -0/+55 | |
Prototype PKGBUILD for package splitting in makepkg Signed-off-by: Allan McRae <allan@archlinux.org> |