#Maintainer: Dimitris Jemos #Mandatory pkgname=emerald pkgver=0.8.4 pkgrel=1dj arch=i486 source=("http://releases.compiz-fusion.org/0.8.4/$pkgname-$pkgver.tar.gz") #sourcetemplate= docs=("AUTHORS" "COPYING" "ChangeLog" "INSTALL" "NEWS" "README" "VERSION") url="www.compiz.org" #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "emerald (Emerald Window Decorator)" "The Emerald Window Decorator is a custom window decorator." "Emerald allows for all sorts of different configurations and layouts" "of buttons, look, title bars and frames. Emerald Window Decorator is" "completely independent of any desktop,and you specify your own" "themes to use for it." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --enable-static=no --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg || return 1 }