From b9d6676336dbed3b586a218b9fd067c971920877 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 26 Jul 2014 01:05:15 -0400 Subject: Add binary packages --- diff --git a/build b/build index 67a7023..6b27161 100755 --- a/build +++ b/build @@ -12,6 +12,8 @@ build: install: build oh-autoinstall + rm dest/usr/lib/$(OPK_HOST_ARCH)/libexif.la + rm dest/usr/share/doc/libexif/* oh-fixperms - oh-strip + oh-strip -k oh-installfiles diff --git a/libexif.12-dbg.pkg/control b/libexif.12-dbg.pkg/control new file mode 100644 index 0000000..3550eb5 --- /dev/null +++ b/libexif.12-dbg.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: libexif.12 (= ${Binary-Version}) +Description: EXIF parsing library - debugging symbols + ${Common-Description} + . + This package provides debugging symbols for the EXIF parsing library. diff --git a/libexif.12-dbg.pkg/files b/libexif.12-dbg.pkg/files new file mode 100644 index 0000000..b69d578 --- /dev/null +++ b/libexif.12-dbg.pkg/files @@ -0,0 +1 @@ +/usr/lib/debug/ diff --git a/libexif.12-dev.pkg/control b/libexif.12-dev.pkg/control new file mode 100644 index 0000000..a609d18 --- /dev/null +++ b/libexif.12-dev.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: libexif.12 (= ${Binary-Version}) +Description: EXIF parsing library - development files + ${Common-Description} + . + This package provides development files for the EXIF parsing library. diff --git a/libexif.12-dev.pkg/files b/libexif.12-dev.pkg/files new file mode 100644 index 0000000..f8729d0 --- /dev/null +++ b/libexif.12-dev.pkg/files @@ -0,0 +1,4 @@ +/usr/include/ +/usr/lib/*/libexif.so +/usr/lib/*/libexif.a +/usr/lib/*/pkgconfig/ diff --git a/libexif.12-locales.pkg/control b/libexif.12-locales.pkg/control new file mode 100644 index 0000000..6a019c1 --- /dev/null +++ b/libexif.12-locales.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: libexif.12 (>= ${Source-Version}) +Description: EXIF parsing library - locales + ${Common-Description} + . + This package provides locales for the EXIF parsing library. diff --git a/libexif.12-locales.pkg/files b/libexif.12-locales.pkg/files new file mode 100644 index 0000000..90d0bfc --- /dev/null +++ b/libexif.12-locales.pkg/files @@ -0,0 +1 @@ +/usr/share/locale/ diff --git a/libexif.12.pkg/control b/libexif.12.pkg/control new file mode 100644 index 0000000..12918c5 --- /dev/null +++ b/libexif.12.pkg/control @@ -0,0 +1,4 @@ +Architecture: any +Platform: all +Description: EXIF parsing library + ${Common-Description} diff --git a/libexif.12.pkg/docs b/libexif.12.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libexif.12.pkg/docs diff --git a/libexif.12.pkg/files b/libexif.12.pkg/files new file mode 100644 index 0000000..ca2de25 --- /dev/null +++ b/libexif.12.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libexif.so.* diff --git a/substvars b/substvars new file mode 100644 index 0000000..79a7cea --- /dev/null +++ b/substvars @@ -0,0 +1,9 @@ +Common-Description: + libexif is a library for parsing, editing, and saving EXIF data. It is + intended to replace lots of redundant implementations in command-line + utilities and programs with GUIs. + . + In addition, libexif has gettext support. All EXIF tags described in EXIF + standard 2.1 (and most from 2.2) are supported. Many maker notes from Canon, + Casio, Epson, Fuji, Nikon, Olympus, Pentax and Sanyo cameras are also + supported. -- cgit v0.9.1