18 lines
528 B
Bash
18 lines
528 B
Bash
# Template file for 'gmrun'
|
|
pkgname=gmrun
|
|
version=0.9.2
|
|
revision=3
|
|
build_style=gnu-configure
|
|
makedepends="gtk+-devel popt-devel"
|
|
hostmakedepends="pkg-config"
|
|
short_desc="A simple program which provides an X 'run program' window"
|
|
maintainer="bougyman <bougyman@rubyists.com>"
|
|
license="GPL-2"
|
|
homepage="http://sf.net/projects/gmrun"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=17297bce53249ccc7145931db22251b47f77ac355f78cf8abf1e87ae16341fa0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vdoc README
|
|
}
|