summaryrefslogtreecommitdiff
path: root/t1lib
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /t1lib
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 't1lib')
-rw-r--r--t1lib/.footprint19
-rw-r--r--t1lib/.md5sum1
-rw-r--r--t1lib/Pkgfile20
3 files changed, 40 insertions, 0 deletions
diff --git a/t1lib/.footprint b/t1lib/.footprint
new file mode 100644
index 000000000..6c57fd75d
--- /dev/null
+++ b/t1lib/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/type1afm
+-rwxr-xr-x root/root usr/bin/xglyph
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/t1lib.h
+-rw-r--r-- root/root usr/include/t1libx.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libt1.la
+lrwxrwxrwx root/root usr/lib/libt1.so -> libt1.so.5.1.0
+lrwxrwxrwx root/root usr/lib/libt1.so.5 -> libt1.so.5.1.0
+-rwxr-xr-x root/root usr/lib/libt1.so.5.1.0
+-rwxr-xr-x root/root usr/lib/libt1x.la
+lrwxrwxrwx root/root usr/lib/libt1x.so -> libt1x.so.5.1.0
+lrwxrwxrwx root/root usr/lib/libt1x.so.5 -> libt1x.so.5.1.0
+-rw-r--r-- root/root usr/lib/libt1x.so.5.1.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/t1lib/
+-rw-r--r-- root/root usr/share/t1lib/t1lib.config
diff --git a/t1lib/.md5sum b/t1lib/.md5sum
new file mode 100644
index 000000000..2a3bc962a
--- /dev/null
+++ b/t1lib/.md5sum
@@ -0,0 +1 @@
+a05bed4aa63637052e60690ccde70421 t1lib-5.1.0.tar.gz
diff --git a/t1lib/Pkgfile b/t1lib/Pkgfile
new file mode 100644
index 000000000..0b36849a6
--- /dev/null
+++ b/t1lib/Pkgfile
@@ -0,0 +1,20 @@
+# Maintainer: Simone Rota, sip at varlock dot com
+# Packager: Robert McMeekin, viper at mcmeekin dot info
+# Description: generate character- and string-glyphs from Adobe Type 1 fonts
+# URL: http://www.foolabs.com/xpdf/
+# Depends on: x11
+
+name=t1lib
+version=5.1.0
+release=1
+source=(ftp://ftp.foolabs.com/pub/xpdf/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --disable-nls --disable-static
+ make without_doc
+ make prefix=$PKG/usr install
+ rm -rf $PKG/usr/share{,/$name}/doc
+ cd $PKG/usr/lib
+ chmod 755 libt1.la libt1.so.${version} libt1x.la
+}

Generated by cgit