From a2dfab7847a72b491d7d929713bdb303f1c6e067 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 6 Feb 2010 23:20:25 +0100 Subject: libid3tag, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/libid3tag/.footprint | 11 +++++++++++ base/libid3tag/.md5sum | 2 ++ base/libid3tag/Pkgfile | 20 ++++++++++++++++++++ base/libid3tag/id3tag.pc | 11 +++++++++++ 4 files changed, 44 insertions(+) create mode 100644 base/libid3tag/.footprint create mode 100644 base/libid3tag/.md5sum create mode 100644 base/libid3tag/Pkgfile create mode 100644 base/libid3tag/id3tag.pc (limited to 'base/libid3tag') diff --git a/base/libid3tag/.footprint b/base/libid3tag/.footprint new file mode 100644 index 000000000..e6508af1c --- /dev/null +++ b/base/libid3tag/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/id3tag.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libid3tag.a +-rwxr-xr-x root/root usr/lib/libid3tag.la +lrwxrwxrwx root/root usr/lib/libid3tag.so -> libid3tag.so.0.3.0 +lrwxrwxrwx root/root usr/lib/libid3tag.so.0 -> libid3tag.so.0.3.0 +-rwxr-xr-x root/root usr/lib/libid3tag.so.0.3.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/id3tag.pc diff --git a/base/libid3tag/.md5sum b/base/libid3tag/.md5sum new file mode 100644 index 000000000..be4e3f465 --- /dev/null +++ b/base/libid3tag/.md5sum @@ -0,0 +1,2 @@ +18f4b82a72fd355d0d8d5308a55fb5f1 id3tag.pc +e5808ad997ba32c498803822078748c3 libid3tag-0.15.1b.tar.gz diff --git a/base/libid3tag/Pkgfile b/base/libid3tag/Pkgfile new file mode 100644 index 000000000..8a79776bf --- /dev/null +++ b/base/libid3tag/Pkgfile @@ -0,0 +1,20 @@ +# 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\ + 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 +} diff --git a/base/libid3tag/id3tag.pc b/base/libid3tag/id3tag.pc new file mode 100644 index 000000000..686a8d00e --- /dev/null +++ b/base/libid3tag/id3tag.pc @@ -0,0 +1,11 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: id3tag +Description: ID3 tag library +Requires: +Version: #version# +Libs: -L${libdir} -lid3tag -lz +Cflags: -I${includedir} -- cgit v1.2.3-54-g00ecf