Skip to content

Commit

Permalink
archrelease: copy trunk to testing-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@367857 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
allan committed Nov 12, 2019
1 parent 76fa90b commit 326d305
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions acl/repos/testing-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Maintainer: Thomas Bächler <[email protected]>

pkgname=acl
pkgver=2.2.53
pkgrel=2
pkgdesc='Access control list utilities, libraries and headers'
arch=('x86_64')
url='https://savannah.nongnu.org/projects/acl'
license=('LGPL')
depends=('attr')
replaces=('xfsacl')
provides=('xfsacl')
conflicts=('xfsacl')
validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34' # Brandon Philips <[email protected]>
'B902B5271325F892AC251AD441633B9FE837F581') # Frysinger <[email protected]>
source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
sha256sums=('06be9865c6f418d851ff4494e12406568353b891ffe1f596b34693c387af26c7'
'SKIP')

build() {
cd $pkgname-$pkgver

./configure \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--prefix=/usr
make
}

package() {
cd $pkgname-$pkgver

make DESTDIR="${pkgdir}" install
}

0 comments on commit 326d305

Please sign in to comment.