mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
fortune-mod-de: update to 0.34, switch to debian upstream.
This commit is contained in:
parent
9dba2a6063
commit
08604e55bf
1 changed files with 13 additions and 10 deletions
|
@ -1,18 +1,21 @@
|
||||||
# Template file for 'fortune-mod-de'
|
# Template file for 'fortune-mod-de'
|
||||||
pkgname=fortune-mod-de
|
pkgname=fortune-mod-de
|
||||||
version=1.0
|
reverts="1.0_2"
|
||||||
revision=2
|
version=0.34
|
||||||
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
create_wrksrc=yes
|
wrksrc="fortunes-de-upstream-${version}"
|
||||||
|
hostmakedepends="fortune-mod"
|
||||||
depends="fortune-mod"
|
depends="fortune-mod"
|
||||||
short_desc="A collection of German fortune cookie files"
|
short_desc="Collection of German fortune cookie files"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.mabelsoft.org/fortune_de_utf8.htm"
|
homepage="https://salsa.debian.org/debian/fortunes-de/"
|
||||||
distfiles="http://www.mabelsoft.org/pub/fortune_deutsch_utf8.tgz"
|
distfiles="https://salsa.debian.org/debian/fortunes-de/-/archive/upstream/${version}/fortunes-de-upstream-${version}.tar.gz"
|
||||||
checksum=187ba6caf5f36b74384fab28c378f17b708442d5dd51b9a76a4c713310bcda80
|
checksum=af98e266eaebc44651eff6f2e757cdbea8159c051bd890eeb5d2d0ce0543fcc2
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/fortunes
|
PREFIX="$DESTDIR/usr" MANDIR=share/man DOCDIR=share/doc/fortune-mod-de \
|
||||||
vcopy f usr/share/fortunes/de
|
FORTUNESDIR=share/fortunes ./install.sh
|
||||||
|
rm -rf ${DESTDIR}/usr/{games,share/doc,share/man}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue