#Packager: Ralvex pkgname=xfwm4 pkgver=4.11.0 pkgrel=2rlvx #arch=noarch source=(http://archive.xfce.org/src/xfce/xfwm4/4.11/xfwm4-4.11.0.tar.bz2) #sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Xfce Window Manager)" "This package contains xfwm4 which is the window manager for Xfce4." "It is designed to run with the rest of Xfce, but it also makes a" "capable window manager for any X11 environment." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --mandir=/usr/man \ --docdir=/usr/doc/$PKGNAM-$VERSION \ --disable-static \ --disable-debug \ --build=$ARCH-slackware-linux || exit 1 make install DESTDIR=$startdir/pkg mkdir -p $PKG/etc/X11/xinit cat $CWD/xinitrc.xfce > $PKG/etc/X11/xinit/xinitrc.xfce chmod 0755 $PKG/etc/X11/xinit/* }