forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upstream update git-svn-id: file:///srv/repos/svn-packages/svn@134858 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
allan
committed
Aug 8, 2011
1 parent
2d4794a
commit becc5da
Showing
2 changed files
with
4 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,23 +2,22 @@ | |
# Maintainer: Allan McRae <[email protected]> | ||
|
||
pkgname=abs | ||
pkgver=2.4.2 | ||
pkgver=2.4.3 | ||
pkgrel=1 | ||
pkgdesc="Utilities to download and work with the Arch Build System (ABS)" | ||
arch=('i686' 'x86_64') | ||
url="http://projects.archlinux.org/abs.git/" | ||
license=('GPL') | ||
depends=('bash' 'rsync') | ||
backup=(etc/abs.conf) | ||
install=abs.install | ||
source=(ftp://ftp.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz) | ||
md5sums=('7be7cfc67443cff62e20f27ca57dc17a') | ||
md5sums=('b8b46b22d2f9a2aec2c994ccf230b4fd') | ||
|
||
build() { | ||
cd ${srcdir}/${pkgname} | ||
|
||
make CONFDIR=/etc/ | ||
make CONFDIR=/etc/ DESTDIR=${pkgdir} install | ||
make prefix=/usr sysconfdir=/etc prepare | ||
make DESTDIR=${pkgdir} install | ||
|
||
# Add readme file, and make base /var/abs path | ||
install -dm0755 ${pkgdir}/var/abs/local/ | ||
|
This file was deleted.
Oops, something went wrong.