mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
lib32-pciaccess updated
This commit is contained in:
parent
fa15fe1c12
commit
2c7fedcd47
37
lib32-libpciaccess/PKGBUILD
Normal file
37
lib32-libpciaccess/PKGBUILD
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# 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>
|
||||||
|
|
||||||
|
_pkgbasename=libpciaccess
|
||||||
|
pkgname=lib32-${_pkgbasename}
|
||||||
|
pkgver=0.13.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="X11 PCI access library (32-bit)"
|
||||||
|
arch=(i686 x86_64)
|
||||||
|
license=('custom')
|
||||||
|
url="http://xorg.freedesktop.org/"
|
||||||
|
depends=('lib32-glibc' ${_pkgbasename})
|
||||||
|
makedepends=('gcc-multilib' 'pkgconfig' 'xorg-util-macros')
|
||||||
|
options=('!libtool')
|
||||||
|
source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
|
||||||
|
sha1sums=('ae4dcf27a1b52c6a1fd90b21165fbaecae34e8ac')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${srcdir}/${_pkgbasename}-${pkgver}"
|
||||||
|
|
||||||
|
export CC="gcc -m32"
|
||||||
|
export CXX="g++ -m32"
|
||||||
|
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
|
||||||
|
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--libdir=/usr/lib32
|
||||||
|
make
|
||||||
|
|
||||||
|
make DESTDIR="${pkgdir}" install
|
||||||
|
|
||||||
|
rm -rf "${pkgdir}"/usr/include
|
||||||
|
mkdir -p "$pkgdir/usr/share/licenses"
|
||||||
|
ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user