http://simpleburn.tuxfamily.org/
Source code:
http://simpleburn.tuxfamily.org/index.p ... =5&lang=en
Thanks!

Code: Select all
#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>
pkgname=simpleburn
pkgver=1.5.1
pkgrel=1gv
source=(simpleburn-$pkgver.tar.bz2)
url=http://simpleburn.tuxfamily.org
options=('nosrcpack')
slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"simpleburn (a minimalistic application for burning CDs and DVDs)"
"SimpleBurn is a minimalistic application for burning CDs and DVDs. Its"
"features include: CD/DVD ISO image extraction and burning, audio CD"
"extraction and burning, data directory burning on CD/DVD, CD/DVD"
"blanking, CD/DVD copy, languages: de, en, fr, it, pl, sv, ru, multiple"
"media and devices detection methods supported (Udev, HAL or LibCDIO),"
"multiple burning suite supported (CDRTools, CDRKit, LibBurnia +"
"CDParanoia + CDRDAO)."
)
build() {
cd $startdir/src/$pkgname-$pkgver
cmake -DCMAKE_INSTALL_PREFIX=/usr
make || return 1
make install DESTDIR=$startdir/pkg
mkdir -p $startdir/pkg/usr/share/icons/hicolor/32x32/apps
cp $startdir/pkg/usr/share/pixmaps/simpleburn.png $startdir/pkg/usr/share/icons/hicolor/32x32/apps/
sed -i "s/^Categories=.*/Categories=AudioVideo;DiscBurning;/" $startdir/pkg/usr/share/applications/simpleburn.desktop
sed -i "s/^Name=.*/Name=SimpleBurn CD\/DVD burning/" $startdir/pkg/usr/share/applications/simpleburn.desktop
}
Code: Select all
slkbuild -X
Code: Select all
installpkg simpleburn-1.6.0beta2.1-i486-1gv.txz