summaryrefslogtreecommitdiffstats
path: root/pango/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /pango/Pkgfile
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'pango/Pkgfile')
-rwxr-xr-xpango/Pkgfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/pango/Pkgfile b/pango/Pkgfile
new file mode 100755
index 0000000..a2e18d4
--- /dev/null
+++ b/pango/Pkgfile
@@ -0,0 +1,27 @@
+# Description: contains the libpango libs
+# URL: http://gnome.org
+# Maintainer: NuTyX core teamm
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: cairo, libthai, freetype, xorg-libxft, gobject-introspection
+# Run on: cairo,libthai,freetype,xorg-libxft,gobject-introspection
+
+name=pango
+version=1.29.3
+release=2
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz \
+ pango.modules)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+ install -m644 ../pango.modules $PKG/etc/pango/
+
+}
+