updated on Sun Jan 22 04:03:10 UTC 2012
[aur-mirror.git] / flburn / PKGBUILD
bloba3c45810809fb545566fa0399d0678beb56bff98
1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
3 pkgname=flburn
4 pkgver=0.0.3
5 pkgrel=3
6 pkgdesc="Optical disk burning software for linux based on the libraries FLTK and libburnia"
7 arch=('i686' 'x86_64')
8 url="http://flburn.sourceforge.net/"
9 license='GPL2'
10 depends=('fltk' 'libburn' 'libisofs')
11 source=(http://sourceforge.net/projects/flburn/files/flburn_${pkgver}/flburn_src_${pkgver}.tar.gz)
12 md5sums=('98ba79eb586d801b822c942c33c0d042')
15 build() {
16   cd $srcdir/flburn_${pkgver}
18    # Build
19    sed -i "1s@\$@ -include /usr/include/stdint.h@" compile.sh
20    sh compile.sh
22    # Binary
23    install -Dm755 bin/$pkgname $pkgdir/usr/bin/$pkgname
25    # Desktop icon
26    cd ./artwork
27    install -Dm644 icon.png $pkgdir/usr/share/pixmaps/flburn.png
28    install -Dm644 $startdir/flburn.desktop $pkgdir/usr/share/applications/flburn.desktop