summaryrefslogtreecommitdiffstats
path: root/taglib-sharp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'taglib-sharp/Pkgfile')
-rw-r--r--taglib-sharp/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/taglib-sharp/Pkgfile b/taglib-sharp/Pkgfile
new file mode 100644
index 0000000..e61fec7
--- /dev/null
+++ b/taglib-sharp/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Bibliothèque de gestion de métadonnées pour les formats audio et vidéo communs
+# URL: http://download.banshee.fm/taglib-sharp
+# Maintainer: NuTyX Core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: mono, exiv2
+# Run on: mono,exiv2
+
+name=taglib-sharp
+version=2.0.4.0
+release=1
+source=(http://download.banshee.fm/$name/$version/$name-$version.tar.bz2
+ extractKey.cpp
+ listData.cpp)
+
+build() {
+ cd $name-$version
+ cp ../extractKey.cpp ../listData.cpp examples/
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/tmp/
+}