Skip to content

Commit

Permalink
upgpkg: abs 2.4.3-1
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
9 changes: 4 additions & 5 deletions abs/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
12 changes: 0 additions & 12 deletions abs/trunk/abs.install

This file was deleted.

0 comments on commit becc5da

Please sign in to comment.