mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
added new package: lib32-acl
This commit is contained in:
parent
029134add5
commit
819b1a1ae6
36
lib32-acl/PKGBUILD
Normal file
36
lib32-acl/PKGBUILD
Normal file
@ -0,0 +1,36 @@
|
||||
# Lib32 Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=lib32-acl
|
||||
pkgver=2.2.49
|
||||
pkgrel=1
|
||||
pkgdesc="Access control list libraries (32-bit)"
|
||||
arch=('x86_64')
|
||||
url="http://savannah.nongnu.org/projects/acl"
|
||||
license=('LGPL')
|
||||
depends=('lib32-attr' 'acl')
|
||||
makedepends=('gcc-multilib')
|
||||
options=('!libtool')
|
||||
source=(http://mirrors.zerg.biz/nongnu/acl/acl-${pkgver}.src.tar.gz)
|
||||
sha256sums=('b9c7f4752e4ef4930a62fa5aa0d7efe1cba2b5a3a2d6ee2b45c0a70c72b7e5d5')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/acl-${pkgver}"
|
||||
|
||||
export CC="gcc -m32"
|
||||
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
|
||||
|
||||
export INSTALL_USER=root INSTALL_GROUP=root
|
||||
./configure --prefix=/usr --libdir=/usr/lib32 --libexecdir=/usr/lib32
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/acl-${pkgver}"
|
||||
|
||||
make DIST_ROOT="${pkgdir}" install install-lib install-dev
|
||||
|
||||
rm -rf ${pkgdir}/usr/{bin,include,share}
|
||||
}
|
Loading…
Reference in New Issue
Block a user