summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-26 01:05:15 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-26 01:05:15 (EDT)
commitb9d6676336dbed3b586a218b9fd067c971920877 (patch)
tree6d2f527262d24faad27be9c9ea5e490e55bc9d7a
parent516bba6ff5daee5e150e6fe635c638ce4efb7eab (diff)
Add binary packages
-rwxr-xr-xbuild4
-rw-r--r--libexif.12-dbg.pkg/control7
-rw-r--r--libexif.12-dbg.pkg/files1
-rw-r--r--libexif.12-dev.pkg/control7
-rw-r--r--libexif.12-dev.pkg/files4
-rw-r--r--libexif.12-locales.pkg/control7
-rw-r--r--libexif.12-locales.pkg/files1
-rw-r--r--libexif.12.pkg/control4
-rw-r--r--libexif.12.pkg/docs0
-rw-r--r--libexif.12.pkg/files1
-rw-r--r--substvars9
11 files changed, 44 insertions, 1 deletions
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.