summaryrefslogtreecommitdiffstats
path: root/extra/libgtkhtml/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:45:36 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:45:36 +0200
commitea7bae25569773682f745f1027a2422c4fa9b20d (patch)
treee2f042513f25821eae52ed813b946d4a99b24806 /extra/libgtkhtml/Pkgfile
parent5767b6145039ee37c10fe11a193c5c704c183892 (diff)
downloadnutyx-pakxe-ea7bae25569773682f745f1027a2422c4fa9b20d.tar.gz
nutyx-pakxe-ea7bae25569773682f745f1027a2422c4fa9b20d.tar.bz2
nutyx-pakxe-ea7bae25569773682f745f1027a2422c4fa9b20d.tar.xz
nutyx-pakxe-ea7bae25569773682f745f1027a2422c4fa9b20d.zip
Ajout de libgtkhtml#2.11.1-1
Diffstat (limited to 'extra/libgtkhtml/Pkgfile')
-rwxr-xr-xextra/libgtkhtml/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/libgtkhtml/Pkgfile b/extra/libgtkhtml/Pkgfile
new file mode 100755
index 000000000..ded0bcccf
--- /dev/null
+++ b/extra/libgtkhtml/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Librairie html pour GTK
+# URL: http://www.gnome.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libglade
+
+name=libgtkhtml
+version=2.11.1
+release=1
+source=( http://ftp.gnome.org/pub/gnome/sources/$name/2.11/$name-$version.tar.gz)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --disable-accessibility
+ make
+ make DESTDIR=$PKG install
+}