Skip to content

Commit

Permalink
archrelease: copy trunk to testing-i686, testing-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@196870 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
thomas committed Oct 20, 2013
1 parent b47aa7f commit df14791
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions acl/repos/testing-i686/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# $Id$
# Maintainer: Thomas Bächler <[email protected]>

pkgname=acl
pkgver=2.2.52
pkgrel=2
pkgdesc="Access control list utilities, libraries and headers"
arch=('i686' 'x86_64')
url="http://savannah.nongnu.org/projects/acl"
license=('LGPL')
depends=('attr>=2.4.46')
replaces=('xfsacl')
provides=('xfsacl')
conflicts=('xfsacl')
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz"{,.sig})
sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
'SKIP')

build() {
cd "$pkgname-$pkgver"

export INSTALL_USER=root INSTALL_GROUP=root
./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
make
}

package() {
make -C "$pkgname-$pkgver" DIST_ROOT="$pkgdir" install install-lib install-dev
}
29 changes: 29 additions & 0 deletions acl/repos/testing-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# $Id$
# Maintainer: Thomas Bächler <[email protected]>

pkgname=acl
pkgver=2.2.52
pkgrel=2
pkgdesc="Access control list utilities, libraries and headers"
arch=('i686' 'x86_64')
url="http://savannah.nongnu.org/projects/acl"
license=('LGPL')
depends=('attr>=2.4.46')
replaces=('xfsacl')
provides=('xfsacl')
conflicts=('xfsacl')
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz"{,.sig})
sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
'SKIP')

build() {
cd "$pkgname-$pkgver"

export INSTALL_USER=root INSTALL_GROUP=root
./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
make
}

package() {
make -C "$pkgname-$pkgver" DIST_ROOT="$pkgdir" install install-lib install-dev
}

0 comments on commit df14791

Please sign in to comment.