2009-03-19 03:26:15 +00:00
|
|
|
# Template build file for 'libpciaccess'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libpciaccess
|
2015-02-04 08:24:00 +00:00
|
|
|
version=0.13.3
|
2015-04-19 10:19:13 +00:00
|
|
|
revision=2
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-03-04 14:40:30 +00:00
|
|
|
short_desc="X11 PCI Access library"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2012-03-04 14:40:30 +00:00
|
|
|
license="MIT"
|
2013-03-20 08:49:07 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2015-02-04 08:24:00 +00:00
|
|
|
checksum=6cd76ccae4e06eee47d3ead84a118740e9406e2a9b7adc9b08e92c69ce89c2e3
|
2013-04-12 17:13:19 +00:00
|
|
|
|
|
|
|
libpciaccess-devel_package() {
|
2014-02-20 17:29:15 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
2013-07-21 08:29:25 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 17:13:19 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.a"
|
2013-07-21 08:29:25 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 17:13:19 +00:00
|
|
|
}
|
|
|
|
}
|