xfce4-artwork: Cleanup the Pkgfile
Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
This commit is contained in:
parent
b89f65486e
commit
51e31ae673
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user