diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:32:15 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:32:15 +0200 |
commit | ddaeceba13b64c8252e55dc5aeafe60617c000dc (patch) | |
tree | c7570980fcf5846259b8e18258e3ff143d3e7995 /base/libid3tag | |
parent | 1059348a1d39888e82abb582e02e2e6161df7e5a (diff) | |
download | nutyx-pakxe-ddaeceba13b64c8252e55dc5aeafe60617c000dc.tar.gz nutyx-pakxe-ddaeceba13b64c8252e55dc5aeafe60617c000dc.tar.bz2 nutyx-pakxe-ddaeceba13b64c8252e55dc5aeafe60617c000dc.tar.xz nutyx-pakxe-ddaeceba13b64c8252e55dc5aeafe60617c000dc.zip |
libid3tag dans extra
Diffstat (limited to 'base/libid3tag')
-rw-r--r-- | base/libid3tag/.footprint.i686 | 11 | ||||
-rw-r--r-- | base/libid3tag/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | base/libid3tag/.md5sum.i686 | 2 | ||||
-rw-r--r-- | base/libid3tag/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | base/libid3tag/Pkgfile | 20 |
5 files changed, 0 insertions, 46 deletions
diff --git a/base/libid3tag/.footprint.i686 b/base/libid3tag/.footprint.i686 deleted file mode 100644 index e6508af1c..000000000 --- a/base/libid3tag/.footprint.i686 +++ /dev/null @@ -1,11 +0,0 @@ -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/.footprint.x86_64 b/base/libid3tag/.footprint.x86_64 deleted file mode 100644 index e6508af1c..000000000 --- a/base/libid3tag/.footprint.x86_64 +++ /dev/null @@ -1,11 +0,0 @@ -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.i686 b/base/libid3tag/.md5sum.i686 deleted file mode 100644 index be4e3f465..000000000 --- a/base/libid3tag/.md5sum.i686 +++ /dev/null @@ -1,2 +0,0 @@ -18f4b82a72fd355d0d8d5308a55fb5f1 id3tag.pc -e5808ad997ba32c498803822078748c3 libid3tag-0.15.1b.tar.gz diff --git a/base/libid3tag/.md5sum.x86_64 b/base/libid3tag/.md5sum.x86_64 deleted file mode 100644 index be4e3f465..000000000 --- a/base/libid3tag/.md5sum.x86_64 +++ /dev/null @@ -1,2 +0,0 @@ -18f4b82a72fd355d0d8d5308a55fb5f1 id3tag.pc -e5808ad997ba32c498803822078748c3 libid3tag-0.15.1b.tar.gz 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 -} |