summaryrefslogtreecommitdiffstats
path: root/libgraphite/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgraphite/Pkgfile')
-rw-r--r--libgraphite/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/libgraphite/Pkgfile b/libgraphite/Pkgfile
new file mode 100644
index 000000000..40ea97d81
--- /dev/null
+++ b/libgraphite/Pkgfile
@@ -0,0 +1,21 @@
+# Description: SILGraphite - a "smart font" rendering engine - the libs and headers
+# URL: http://graphite.sil.org/
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: xorg-libxft, pango
+# Run on: xorg-libxft,pango
+
+name=libgraphite
+_name=silgraphite
+version=2.3.1
+release=1
+source=(http://downloads.sourceforge.net/project/silgraphite/silgraphite/2.3.1/silgraphite-2.3.1.tar.gz)
+
+build() {
+cd ${_name}-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+