From c34f78dd37c2a2015d43de5d89748a2f8147ba1b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jan 2012 23:14:57 +0000 Subject: Tue Jan 31 23:14:56 UTC 2012 --- community-testing/qpxtool/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community-testing/qpxtool/PKGBUILD (limited to 'community-testing/qpxtool/PKGBUILD') diff --git a/community-testing/qpxtool/PKGBUILD b/community-testing/qpxtool/PKGBUILD new file mode 100644 index 000000000..8d1cf584c --- /dev/null +++ b/community-testing/qpxtool/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 63262 2012-01-30 19:06:37Z ibiru $ +# Maintainer: Sergej Pupykin +# Contributor: Krzysztof Stasiorowski + +pkgname=qpxtool +pkgver=0.7.1_002 +pkgrel=3 +pkgdesc="Allows better controll over optical drives to include QChecks and optimization settings." +arch=('i686' 'x86_64') +url="http://qpxtool.sourceforge.net/" +license=('GPL') +depends=('qt') +source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 + libpng15.patch) +md5sums=('755321a0196b16d06857550aac74ff50' + '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 +} -- cgit v1.2.3-54-g00ecf