opt/bbkeys/Pkgfile

18 lines
439 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: bbkeys, keybinding software for blackbox
# URL: http://bbkeys.sourceforge.net
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2008-06-18 14:41:51 +02:00
# Depends on: blackbox
2006-02-23 16:26:10 +01:00
name=bbkeys
2009-06-18 10:02:24 +02:00
version=0.9.1
2006-02-23 16:26:10 +01:00
release=1
source=(http://download.sourceforge.net/bbkeys/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2009-06-18 10:02:24 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}