thunar-volman: Cleanup the Pkgfile
Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
This commit is contained in:
parent
6a07fe4b64
commit
9504a61b08
@ -10,16 +10,27 @@ version=0.8.1
|
||||
release=1
|
||||
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
build ()
|
||||
{
|
||||
# go into the source directory
|
||||
cd $SRC/$name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/bin \
|
||||
--disable-static \
|
||||
--enable-debug=no
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
# configure thunar-volman
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/bin \
|
||||
--disable-static \
|
||||
--disable-dependency-tracking \
|
||||
--disable-debug \
|
||||
--disable-nls
|
||||
|
||||
rm -rf $PKG/usr/share/locale
|
||||
|
||||
# make thunar-volman
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
||||
# cleanup
|
||||
rm -rf $PKG/usr/share/locale
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user