libogg: remove long_desc.

This commit is contained in:
Juan RP 2014-02-20 18:25:28 +01:00
parent a1439c069d
commit 22cf885ac7
1 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libogg'.
pkgname=libogg
version=1.3.1
revision=1
revision=2
build_style=gnu-configure
short_desc="The Ogg bitstream file format library"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -9,18 +9,15 @@ license="BSD"
homepage="http://www.xiph.org/ogg/"
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
checksum=3a5bad78d81afb78908326d11761c0fb1a0662ee7150b6ad587cc586838cdcfa
long_desc="
Libogg is a library for manipulating Ogg bitstream file formats.
Libogg supports both making Ogg bitstreams and getting packets from
Ogg bitstreams."
libogg-devel_package() {
depends="libogg>=${version}"
depends="libogg>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share
}
}