xfwm4-themes: Cleanup the Pkgfile
Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
This commit is contained in:
parent
dd1ca23acb
commit
0f5f2fa1cf
@ -10,9 +10,21 @@ version=4.10.0
|
|||||||
release=1
|
release=1
|
||||||
source=(http://archive.xfce.org/src/art/$name/${version%.*}/$name-$version.tar.bz2)
|
source=(http://archive.xfce.org/src/art/$name/${version%.*}/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build () {
|
build ()
|
||||||
cd $name-$version
|
{
|
||||||
./configure --prefix=/usr
|
# go into the source directory
|
||||||
make DESTDIR=$PKG install
|
cd $SRC/$name-$version
|
||||||
find $PKG/usr/share/themes -name README -delete
|
|
||||||
|
|
||||||
|
# configure the themes
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr
|
||||||
|
|
||||||
|
|
||||||
|
# make all themes
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
|
||||||
|
# OMG, there are sooo much README files in there .. lets hunt and kill them :)
|
||||||
|
find $PKG/usr/share/themes -name README -delete
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user