compat-32/xorg-libpciaccess-32/Pkgfile

20 lines
451 B
Plaintext
Raw Normal View History

# Description: Generic PCI access library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-libpciaccess
name=xorg-libpciaccess-32
2022-10-20 19:19:21 +02:00
version=0.17
release=1
2022-10-20 19:19:21 +02:00
source=(https://www.x.org/releases/individual/lib/libpciaccess-$version.tar.xz)
build() {
cd libpciaccess-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/include
}