xfburn: updated to 0.5.4
This commit is contained in:
parent
99740372be
commit
2d958c95d9
@ -1 +1 @@
|
||||
5a277c76ec9f70900b8b98a2cd500a1d xfburn-0.5.2.tar.bz2
|
||||
448fcbb7023645216c5a52435a9cf72a xfburn-0.5.4.tar.bz2
|
||||
|
@ -6,17 +6,13 @@
|
||||
# Group: xfce4
|
||||
|
||||
name=xfburn
|
||||
version=0.5.2
|
||||
version=0.5.4
|
||||
release=1
|
||||
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)
|
||||
|
||||
build ()
|
||||
{
|
||||
# go into the source directory
|
||||
build () {
|
||||
cd $SRC/$name-$version
|
||||
|
||||
|
||||
# configure xfburn
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
@ -26,12 +22,8 @@ build ()
|
||||
--enable-thunar-vfs \
|
||||
|
||||
|
||||
|
||||
# make xfburn
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
||||
# remove some useless stuff
|
||||
rm -rf $PKG/usr/share/locale
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user