17 lines
455 B
Bash
17 lines
455 B
Bash
# Template file for 'xbiff'
|
|
pkgname=xbiff
|
|
version=1.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel xbitmaps"
|
|
short_desc="Mailbox flag for X"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=e1e1a39628a5678585008ef7fb1ff2864edaaa0e062989c2331f8c74e0fec971
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|