rarian: remove long_desc.
This commit is contained in:
parent
6b22b1c7b4
commit
9f66b59447
1 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'rarian'
|
# Template file for 'rarian'
|
||||||
pkgname=rarian
|
pkgname=rarian
|
||||||
version=0.8.1
|
version=0.8.1
|
||||||
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=4
|
|
||||||
hostmakedepends="pkg-config libxslt"
|
hostmakedepends="pkg-config libxslt"
|
||||||
depends="bash"
|
depends="bash"
|
||||||
short_desc="Documentation metadata library"
|
short_desc="Documentation metadata library"
|
||||||
|
@ -11,20 +11,18 @@ license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577
|
checksum=aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577
|
||||||
long_desc="
|
|
||||||
Rarian is a documentation metadata library based on the proposed
|
|
||||||
Freedesktop.org spec."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
touch -f ${DESTDIR}/var/lib/rarian/.empty_on_purpose
|
touch -f ${DESTDIR}/var/lib/rarian/.empty_on_purpose
|
||||||
}
|
}
|
||||||
|
|
||||||
rarian-devel_package() {
|
rarian-devel_package() {
|
||||||
depends="rarian>=${version}"
|
depends="rarian>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue