summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 23:02:04 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 23:02:04 +0100
commitaba740dedc94943e6d76cf20268c02a0dcc3382b (patch)
tree799eef729fd9977a759f46f0696a2665a9e7da5b /extra
parent7017bcdea1d46dc7c58ebeae520ef659274128cd (diff)
downloadnutyx-extra-aba740dedc94943e6d76cf20268c02a0dcc3382b.tar.gz
nutyx-extra-aba740dedc94943e6d76cf20268c02a0dcc3382b.tar.bz2
nutyx-extra-aba740dedc94943e6d76cf20268c02a0dcc3382b.tar.xz
nutyx-extra-aba740dedc94943e6d76cf20268c02a0dcc3382b.zip
libexif, déplacé dans base
Diffstat (limited to 'extra')
-rw-r--r--extra/libexif/.footprint30
-rw-r--r--extra/libexif/.md5sum1
-rwxr-xr-xextra/libexif/Pkgfile22
3 files changed, 0 insertions, 53 deletions
diff --git a/extra/libexif/.footprint b/extra/libexif/.footprint
deleted file mode 100644
index cc84fe7b1..000000000
--- a/extra/libexif/.footprint
+++ /dev/null
@@ -1,30 +0,0 @@
-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/extra/libexif/.md5sum b/extra/libexif/.md5sum
deleted file mode 100644
index 3bb759418..000000000
--- a/extra/libexif/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-56144a030a4c875c600b1ccf713f69f7 libexif-0.6.19.tar.bz2
diff --git a/extra/libexif/Pkgfile b/extra/libexif/Pkgfile
deleted file mode 100755
index 6464cf783..000000000
--- a/extra/libexif/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: Librairie pour l'édition de fichiers EXIF
-# URL: http://libexif.sourceforge.net
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-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
-}