mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
New package: fortune-mod-1.99.1
For lovely fortunes
This commit is contained in:
parent
377ecc4fd5
commit
2c5a02fccb
1 changed files with 20 additions and 0 deletions
20
srcpkgs/fortune-mod/template
Normal file
20
srcpkgs/fortune-mod/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'fortune-mod'
|
||||||
|
pkgname=fortune-mod
|
||||||
|
version=1.99.1
|
||||||
|
revision=9
|
||||||
|
makedepends="recode recode-devel"
|
||||||
|
short_desc="Implementation of the BSDGames 'fortune' program"
|
||||||
|
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://www.redellipse.net/code/fortune"
|
||||||
|
distfiles="${DEBIAN_SITE}/main/f/fortune-mod/${pkgname}_${version}.orig.tar.gz"
|
||||||
|
checksum=fc51aee1f73c936c885f4e0f8b6b48f4f68103e3896eaddc6a45d2b71e14eace
|
||||||
|
build_style=gnu-makefile
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
make_build_args="COOKIEDIR=/usr/share/fortunes"
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
make_install_args="prefix=${DESTDIR} FORTDIR=${DESTDIR}/usr/bin COOKIEDIR=$DESTDIR/usr/share/fortunes"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue