libogg: remove long_desc.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'libogg'.
|
# Template file for 'libogg'.
|
||||||
pkgname=libogg
|
pkgname=libogg
|
||||||
version=1.3.1
|
version=1.3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="The Ogg bitstream file format library"
|
short_desc="The Ogg bitstream file format library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
@@ -9,18 +9,15 @@ license="BSD"
|
|||||||
homepage="http://www.xiph.org/ogg/"
|
homepage="http://www.xiph.org/ogg/"
|
||||||
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
||||||
checksum=3a5bad78d81afb78908326d11761c0fb1a0662ee7150b6ad587cc586838cdcfa
|
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() {
|
libogg-devel_package() {
|
||||||
depends="libogg>=${version}"
|
depends="libogg>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user