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.
archrelease: copy trunk to testing-i686, testing-x86_64
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
Showing
2 changed files
with
58 additions
and
0 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 |
---|---|---|
@@ -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 | ||
} |
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 |
---|---|---|
@@ -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 | ||
} |