xorg/xorg-libpciaccess/Pkgfile

18 lines
362 B
Plaintext
Raw Normal View History

2008-03-20 20:06:27 +01:00
# Description: Generic PCI access library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2008-03-20 20:06:27 +01:00
name=xorg-libpciaccess
2019-07-17 19:23:59 +02:00
version=0.16
2008-03-20 20:06:27 +01:00
release=1
source=(https://www.x.org/releases/individual/lib/libpciaccess-$version.tar.bz2)
2008-03-20 20:06:27 +01:00
build() {
cd libpciaccess-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}