Initial import of wmname package

This commit is contained in:
pancake 2012-12-21 17:17:06 +01:00
parent 44e773e189
commit 60742a4337
1 changed files with 15 additions and 0 deletions

15
srcpkgs/wmname/template Normal file
View File

@ -0,0 +1,15 @@
# Template file for 'wmname'
pkgname=wmname
version=0.1
revision=1
makedepends="libX11-devel"
short_desc="change the window manager name"
maintainer="pancake <pancake@nopcode.org>"
license="MIT"
homepage="http://www.suckless.org/"
distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
checksum=559ad188b2913167dcbb37ecfbb7ed474a7ec4bbcb0129d8d5d08cb9208d02c5
do_install() {
make install DESTDIR=${DESTDIR} PREFIX=/usr
}