milis/talimatname/genel/xfce4-burn/talimat

20 lines
556 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Bilgisayarınızdaki dosyalardan CD veya DVD'leri veya başka yerlerden indirilen ISO görüntülerini yakın.
# URL: http://www.xfce.org/projects/xfburn/
# Packager: milisarge
# Depends on: gstreamer-plugins-base exo libisoburn xorg-pixman startup-notification gstreamer-plugins-good
_name=xfburn
name=xfce4-burn
version=0.5.4
release=3
source=(http://archive.xfce.org/src/apps/xfburn/${version%.*}/xfburn-$version.tar.bz2)
build() {
cd ${_name}-$version
./configure --prefix=/usr \
--enable-gstreamer
make
make DESTDIR=$PKG install
}