xfburn: updated to 0.5.4

This commit is contained in:
Jose V Beneyto 2015-05-19 10:34:52 +02:00
parent 99740372be
commit 2d958c95d9
2 changed files with 3 additions and 11 deletions

View File

@ -1 +1 @@
5a277c76ec9f70900b8b98a2cd500a1d xfburn-0.5.2.tar.bz2 448fcbb7023645216c5a52435a9cf72a xfburn-0.5.4.tar.bz2

View File

@ -6,17 +6,13 @@
# Group: xfce4 # Group: xfce4
name=xfburn name=xfburn
version=0.5.2 version=0.5.4
release=1 release=1
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2) source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)
build () build () {
{
# go into the source directory
cd $SRC/$name-$version cd $SRC/$name-$version
# configure xfburn
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--mandir=/usr/man \ --mandir=/usr/man \
@ -26,12 +22,8 @@ build ()
--enable-thunar-vfs \ --enable-thunar-vfs \
# make xfburn
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
# remove some useless stuff
rm -rf $PKG/usr/share/locale rm -rf $PKG/usr/share/locale
} }