summaryrefslogtreecommitdiffstats
path: root/extra/pangomm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pangomm/Pkgfile')
-rw-r--r--extra/pangomm/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/pangomm/Pkgfile b/extra/pangomm/Pkgfile
new file mode 100644
index 000000000..6e82c4118
--- /dev/null
+++ b/extra/pangomm/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Wrapper C++ pour la librairie graphique pango
+# URL: http://cairographics.org/cairomm/
+# Maintainer: NuTyX coret team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: pango
+
+name=pangomm
+version=2.24.0
+release=1
+source=(http://ftp.acc.umu.se/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc
+}