[arch-commits] Commit in taglib-extras (trunk trunk/PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri May 15 06:53:58 UTC 2009


    Date: Friday, May 15, 2009 @ 02:53:58
  Author: tpowa
Revision: 39330

'newpkg: for amarok'

Added:
  taglib-extras/trunk/
  taglib-extras/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2009-05-15 06:53:58 UTC (rev 39330)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=taglib-extras
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Additional taglib plugins for KDE"
+arch=("i686" "x86_64")
+url="http://websvn.kde.org/trunk/kdesupport/taglib-extras/"
+license=('LGPL')
+depends=('taglib>=1.5')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
+source=(ftp://ftp.archlinux.org/other/${pgkname}/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make || return 1
+  make DESTDIR=$pkgdir install
+}
+md5sums=('943b7378bac525efba7c7115f758c118')




More information about the arch-commits mailing list