Leo Unglaub 9504a61b08 thunar-volman: Cleanup the Pkgfile
Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
2015-03-04 02:24:07 +00:00

37 lines
693 B
Plaintext

# Description: Thunar Volume Manager
# URL: http://thunar.xfce.org/
# Maintainer: CRUX Xfce Team, xfce-ports at crux dot nu
# Packager: Jason Williams, jason5876 at gmail dot com
# Depends on: thunar
# Group: xfce4
name=thunar-volman
version=0.8.1
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)
build ()
{
# go into the source directory
cd $SRC/$name-$version
# configure thunar-volman
./configure \
--prefix=/usr \
--libexecdir=/usr/bin \
--disable-static \
--disable-dependency-tracking \
--disable-debug \
--disable-nls
# make thunar-volman
make
make DESTDIR=$PKG install
# cleanup
rm -rf $PKG/usr/share/locale
}