summaryrefslogtreecommitdiffstats
path: root/base/libid3tag/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/libid3tag/Pkgfile')
-rw-r--r--base/libid3tag/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/libid3tag/Pkgfile b/base/libid3tag/Pkgfile
deleted file mode 100644
index 07b2eb555..000000000
--- a/base/libid3tag/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Librairie de manipulation tag ID3
-# URL: http://www.mars.org/home/rob/proj/mpeg/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=libid3tag
-version=0.15.1b
-release=2
-source=(ftp://ftp.mars.org/pub/mpeg/$name-$version.tar.gz\
- http://nutyx.meticul.eu/files/patchs/$name/id3tag.pc)
-
-build() {
- mkdir -p $PKG/usr/lib/pkgconfig/
- sed "s/#version#/$version/" id3tag.pc > \
- $PKG/usr/lib/pkgconfig/id3tag.pc
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}