#Maintainer: Markus Muttilainen pkgname=stjerm pkgver=0.13 pkgrel=1mm arch=x86_64 source=("http://stjerm-terminal-emulator.googlecode.com/files/stjerm-0.13.tar.bz2" "stjerm.desktop") sourcetemplate="http://gaia.homelinux.org/salix/packages-x86_64/$pkgname/$pkgver/" docs=("readme" "install" "copying" "changelog" "authors" "news") url=http://code.google.com/p/stjerm-terminal-emulator #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "stjerm is a GTK+-based drop-down terminal emulator" "similar to the consoles used in PC games such as Quake and" "Half-Life 2. Stjerm sets itself apart from similar programs by" "providing a minimalistic interface combined with a small file size," "lightweight memory usage and easy integration with composite window" "managers such as Compiz." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg # mkdir -p $startdir/pkg/usr/share/applications/ cp $startdir/src/stjerm.desktop $startdir/pkg/usr/share/applications/ # cat << EOF > $startdir/pkg/usr/share/applications/$pkgname.desktop #[Desktop Entry] #Name=Stjerm #Comment=Use the command line in a Quake like terminal #Exec=stjerm -o 80 -k F12 #Icon=utilities-terminal #Categories=Application;Utility;TerminalEmulator; #Terminal=false #Type=Application #Encoding=UTF-8 #EOF }