xorg/xorg-libpciaccess/Pkgfile

18 lines
372 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: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-libpciaccess
2008-10-31 18:37:44 +01:00
version=0.10.5
2008-03-20 20:06:27 +01:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libpciaccess-$version.tar.bz2)
build() {
cd libpciaccess-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}