mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
New package: xlbiff-4.1
This commit is contained in:
parent
c9c2e51a38
commit
ea4642020c
1 changed files with 24 additions and 0 deletions
24
srcpkgs/xlbiff/template
Normal file
24
srcpkgs/xlbiff/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'xlbiff'
|
||||||
|
pkgname=xlbiff
|
||||||
|
version=4.1
|
||||||
|
revision=1
|
||||||
|
makedepends="libX11-devel libXaw-devel"
|
||||||
|
short_desc="X Literate Biff, a mail notifier"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="PD"
|
||||||
|
homepage="http://www.edsantiago.com/xlbiff/"
|
||||||
|
distfiles="http://www.edsantiago.com/xlbiff/$pkgname-$version.tar.gz"
|
||||||
|
checksum=ca758c186d8fbe3505b86ba7aea21c6e20733a5b37e6ff5c308f09e8425e4697
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make -f Makefile.std MHLIBDIR=/etc/nmh CC="$CC" DEBUG="$CFLAGS"
|
||||||
|
sed -n 2,30p xlbiff.c >LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vinstall xlbiff 755 usr/bin
|
||||||
|
vinstall xlbiff.man 644 usr/share/man/man1 xlbiff.1
|
||||||
|
vinstall xlbiff.form 644 etc/nmh
|
||||||
|
vinstall XLbiff.ad 644 usr/lib/X11/app-defaults
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue