xfce4-artwork: Cleanup the Pkgfile

Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
This commit is contained in:
Leo Unglaub 2015-03-08 13:58:27 +00:00
parent b89f65486e
commit 51e31ae673

View File

@ -10,9 +10,18 @@ version=0.1
release=1
source=(http://download.berlios.de/xfce-goodies/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
build ()
{
# go into the source directory
cd $SRC/$name-$version
# configure the artwork
./configure \
--prefix=/usr
# make the artwork
make
make DESTDIR=$PKG install
}