libpciaccess: remove long_desc.
This commit is contained in:
parent
3ccd5b353c
commit
d8865755ab
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libpciaccess'.
|
||||
pkgname=libpciaccess
|
||||
version=0.13.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="X11 PCI Access library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,12 +9,9 @@ license="MIT"
|
|||
homepage="http://xorg.freedesktop.org/"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=abab8c2b050afb89bc29280e9c6b50ec5867174960d88bfb81a01036ec20de19
|
||||
long_desc="
|
||||
libpciaccess is a library for portable PCI access routines across multiple
|
||||
operating systems."
|
||||
|
||||
libpciaccess-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue