1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
6 pkgdesc="Optical disk burning software for linux based on the libraries FLTK and libburnia"
8 url="http://flburn.sourceforge.net/"
10 depends=('fltk' 'libburn' 'libisofs')
11 source=(http://sourceforge.net/projects/flburn/files/flburn_${pkgver}/flburn_src_${pkgver}.tar.gz)
12 md5sums=('98ba79eb586d801b822c942c33c0d042')
16 cd $srcdir/flburn_${pkgver}
19 sed -i "1s@\$@ -include /usr/include/stdint.h@" compile.sh
23 install -Dm755 bin/$pkgname $pkgdir/usr/bin/$pkgname
27 install -Dm644 icon.png $pkgdir/usr/share/pixmaps/flburn.png
28 install -Dm644 $startdir/flburn.desktop $pkgdir/usr/share/applications/flburn.desktop