rarian: use make_dirs instead of .empty
This commit is contained in:
parent
418e3143e2
commit
751ad107e3
1 changed files with 5 additions and 8 deletions
|
@ -1,20 +1,17 @@
|
||||||
# Template file for 'rarian'
|
# Template file for 'rarian'
|
||||||
pkgname=rarian
|
pkgname=rarian
|
||||||
version=0.8.1
|
version=0.8.1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config libxslt"
|
hostmakedepends="pkg-config libxslt"
|
||||||
depends="bash"
|
depends="bash"
|
||||||
short_desc="Documentation metadata library"
|
short_desc="Documentation metadata library"
|
||||||
homepage="http://rarian.freedesktop.org/"
|
|
||||||
license="LGPL-2.1"
|
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="http://rarian.freedesktop.org/"
|
||||||
|
distfiles="${GNOME_SITE}/${pkgname}/0.8/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577
|
checksum=aafe886d46e467eb3414e91fa9e42955bd4b618c3e19c42c773026b205a84577
|
||||||
|
make_dirs="/var/lib/rarian 0755 root root"
|
||||||
post_install() {
|
|
||||||
touch -f ${DESTDIR}/var/lib/rarian/.empty_on_purpose
|
|
||||||
}
|
|
||||||
|
|
||||||
rarian-devel_package() {
|
rarian-devel_package() {
|
||||||
depends="rarian>=${version}_${revision}"
|
depends="rarian>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue