18 lines
468 B
Bash
18 lines
468 B
Bash
# Template build file for 'listres'.
|
|
pkgname=listres
|
|
version=1.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="List resources in Xaw widgets"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=6a1229f478796e141d6658762f432ebbe1f6083b27550847d52239b3f7ec2b10
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|