19 lines
475 B
Text
19 lines
475 B
Text
# Template file for 'sex'
|
|
pkgname=sex
|
|
version=1.0
|
|
revision=1
|
|
short_desc="Spout silly, random porn-like text"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="Public Domain"
|
|
homepage="http://spatula.net/software/sex/"
|
|
distfiles="http://spatula.net/software/sex//${pkgname}-${version}.tar.gz"
|
|
checksum=0f21831cd583ed917c2fc5f17bbe4e42f1d700417260b2e5924bf86b7f06eea8
|
|
|
|
do_build() {
|
|
$CC $CFLAGS -o sex sex.c $LDFLAGS
|
|
}
|
|
|
|
do_install() {
|
|
vbin sex
|
|
vman sex.6
|
|
}
|