libdiscid: remove long_desc.
This commit is contained in:
parent
9f680c71d8
commit
06e5703ba7
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libdiscid'
|
||||
pkgname=libdiscid
|
||||
version=0.2.2
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="A Library for creating MusicBrainz DiscIDs"
|
||||
|
@ -10,17 +10,13 @@ license="GPL-2"
|
|||
homepage="http://musicbrainz.org/doc/libdiscid"
|
||||
distfiles="http://users.musicbrainz.org/~matt/$pkgname-$version.tar.gz"
|
||||
checksum=974b5d5ab23fb45910a4fe171045a22a749cd8cb9833168f7178839993a58402
|
||||
long_desc="
|
||||
libdiscid is a C library for creating MusicBrainz DiscIDs from audio CDs.
|
||||
It reads a CD's table of contents (TOC) and generates an identifier which
|
||||
can be used to lookup the CD at MusicBrainz. Additionally, it provides a
|
||||
submission URL for adding the DiscID to the database."
|
||||
|
||||
libdiscid-devel_package() {
|
||||
depends="libdiscid>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue