# $Id: PKGBUILD 81901 2013-01-03 10:05:25Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Krzysztof Stasiorowski pkgname=qpxtool pkgver=0.7.2 pkgrel=1 pkgdesc="Allows better controll over optical drives to include QChecks and optimization settings." arch=('i686' 'x86_64' 'mips64el') url="http://qpxtool.sourceforge.net/" license=('GPL') depends=('qt') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 libpng15.patch) md5sums=('b1235e74b8ef4fe087a6b64f5cfca14a' 'ab9af7610277652c77c6d114422b2266') build() { cd $srcdir/$pkgname-$pkgver # Fix strict aliasing warnings export CFLAGS="$CFLAGS -fno-strict-aliasing" sed -i 's|lib64|lib|' configure patch -p1 <$srcdir/libpng15.patch ./configure --prefix=/usr make mkdir -p $pkgdir/usr/bin make DESTDIR=$pkgdir install }