17 lines
453 B
Bash
17 lines
453 B
Bash
# Template build file for 'xwud'.
|
|
pkgname=xwud
|
|
version=1.0.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="Image displayer for X"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=99997051f8a892313f22edf41dab45864e86e7062ee9012d5dbb6a40fc6b10a9
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|