diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:02:04 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:02:04 +0100 |
commit | aba740dedc94943e6d76cf20268c02a0dcc3382b (patch) | |
tree | 799eef729fd9977a759f46f0696a2665a9e7da5b /base | |
parent | 7017bcdea1d46dc7c58ebeae520ef659274128cd (diff) | |
download | nutyx-pakxe-aba740dedc94943e6d76cf20268c02a0dcc3382b.tar.gz nutyx-pakxe-aba740dedc94943e6d76cf20268c02a0dcc3382b.tar.bz2 nutyx-pakxe-aba740dedc94943e6d76cf20268c02a0dcc3382b.tar.xz nutyx-pakxe-aba740dedc94943e6d76cf20268c02a0dcc3382b.zip |
libexif, déplacé dans base
Diffstat (limited to 'base')
-rw-r--r-- | base/libexif/.footprint | 30 | ||||
-rw-r--r-- | base/libexif/.md5sum | 1 | ||||
-rwxr-xr-x | base/libexif/Pkgfile | 21 |
3 files changed, 52 insertions, 0 deletions
diff --git a/base/libexif/.footprint b/base/libexif/.footprint new file mode 100644 index 000000000..cc84fe7b1 --- /dev/null +++ b/base/libexif/.footprint @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libexif/ +-rw-r--r-- root/root usr/include/libexif/_stdint.h +-rw-r--r-- root/root usr/include/libexif/exif-byte-order.h +-rw-r--r-- root/root usr/include/libexif/exif-content.h +-rw-r--r-- root/root usr/include/libexif/exif-data-type.h +-rw-r--r-- root/root usr/include/libexif/exif-data.h +-rw-r--r-- root/root usr/include/libexif/exif-entry.h +-rw-r--r-- root/root usr/include/libexif/exif-format.h +-rw-r--r-- root/root usr/include/libexif/exif-ifd.h +-rw-r--r-- root/root usr/include/libexif/exif-loader.h +-rw-r--r-- root/root usr/include/libexif/exif-log.h +-rw-r--r-- root/root usr/include/libexif/exif-mem.h +-rw-r--r-- root/root usr/include/libexif/exif-mnote-data.h +-rw-r--r-- root/root usr/include/libexif/exif-tag.h +-rw-r--r-- root/root usr/include/libexif/exif-utils.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libexif.a +-rwxr-xr-x root/root usr/lib/libexif.la +lrwxrwxrwx root/root usr/lib/libexif.so -> libexif.so.12.3.1 +lrwxrwxrwx root/root usr/lib/libexif.so.12 -> libexif.so.12.3.1 +-rwxr-xr-x root/root usr/lib/libexif.so.12.3.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libexif.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/libexif-12.mo diff --git a/base/libexif/.md5sum b/base/libexif/.md5sum new file mode 100644 index 000000000..3bb759418 --- /dev/null +++ b/base/libexif/.md5sum @@ -0,0 +1 @@ +56144a030a4c875c600b1ccf713f69f7 libexif-0.6.19.tar.bz2 diff --git a/base/libexif/Pkgfile b/base/libexif/Pkgfile new file mode 100755 index 000000000..873a3666a --- /dev/null +++ b/base/libexif/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie pour l'édition de fichiers EXIF +# URL: http://libexif.sourceforge.net +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libexif +version=0.6.19 +release=1 +source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) + + +build() { +cd $name-$version +./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --with-doc-dir=/usr/share/doc/libexif-$version +make +make DESTDIR=$PKG install +rm -rf $PKG/usr/share/doc +} |