summaryrefslogtreecommitdiffstats
path: root/extra/libid3tag/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libid3tag/Pkgfile')
-rw-r--r--extra/libid3tag/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/libid3tag/Pkgfile b/extra/libid3tag/Pkgfile
deleted file mode 100644
index 267c605d2..000000000
--- a/extra/libid3tag/Pkgfile
+++ /dev/null
@@ -1,21 +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
-# Depends on:
-
-name=libid3tag
-version=0.15.1b
-release=2
-source=(ftp://ftp.mars.org/pub/mpeg/$name-$version.tar.gz\
- 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
-}