summaryrefslogtreecommitdiff
path: root/pangox-compat/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@morpheus.net>2013-01-10 10:38:16 -0600
committerMatt Housh <jaeger@morpheus.net>2013-01-10 10:38:16 -0600
commit2cc26019aeab1a67bc0ab430d3cddbaee7e7f981 (patch)
treeee914ec4fd6f535f0e8daa5e08451148d08df5e0 /pangox-compat/Pkgfile
parent9c108770847a7548535c48eeac4b829779ef6ec1 (diff)
downloadopt-2cc26019aeab1a67bc0ab430d3cddbaee7e7f981.tar.gz
opt-2cc26019aeab1a67bc0ab430d3cddbaee7e7f981.tar.xz
pangox-compat: initial import, version 0.0.2
Diffstat (limited to 'pangox-compat/Pkgfile')
-rw-r--r--pangox-compat/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/pangox-compat/Pkgfile b/pangox-compat/Pkgfile
new file mode 100644
index 000000000..9629379c9
--- /dev/null
+++ b/pangox-compat/Pkgfile
@@ -0,0 +1,16 @@
+# Description: pangox compatibility library (no longer provided by pango)
+# URL: http://www.pango.org/
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: pango
+
+name=pangox-compat
+version=0.0.2
+release=1
+source=(http://download.gnome.org/sources/$name/${version:0:3}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit