libid3tag: remove long_desc.
This commit is contained in:
parent
8a68dfdc83
commit
6a6d29548e
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libid3tag'
|
||||
pkgname=libid3tag
|
||||
version=0.15.1b
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel"
|
||||
|
@ -11,20 +11,18 @@ license="GPL-2+"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="ftp://ftp.mars.org/pub/mpeg/$pkgname-$version.tar.gz"
|
||||
checksum=63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151
|
||||
long_desc="
|
||||
libid3tag is a library for reading and (eventually) writing ID3
|
||||
tags, both ID3v1 and the various versions of ID3v2."
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/id3tag.pc 644 usr/lib/pkgconfig
|
||||
}
|
||||
|
||||
libid3tag-devel_package() {
|
||||
depends="zlib-devel libid3tag>=${version}"
|
||||
depends="zlib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue