libpciaccess: update to 0.18.
This commit is contained in:
parent
5547d35b48
commit
adde1cbe69
|
@ -1,14 +1,14 @@
|
|||
# Template build file for 'libpciaccess'.
|
||||
# Template file for 'libpciaccess'
|
||||
pkgname=libpciaccess
|
||||
version=0.16
|
||||
version=0.18
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_style=meson
|
||||
short_desc="X11 PCI Access library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.xz"
|
||||
checksum=5461b0257d495254346f52a9c329b44b346262663675d3fecdb204a7e7c262a9
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -20,7 +20,6 @@ libpciaccess-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue