18 lines
492 B
Bash
18 lines
492 B
Bash
# Template file for 'smproxy'
|
|
pkgname=smproxy
|
|
version=1.0.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libSM-devel libXt-devel libXmu-devel"
|
|
short_desc="X11R6 session management application"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/smproxy-${version}.tar.xz"
|
|
checksum=4aa99237cc9dab7d87ce9bc7cca4116674a853b5f08dfe3f9db1bb2b2cf9f305
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|