summaryrefslogtreecommitdiffstats
path: root/base/atk/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:55:49 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:55:49 +0200
commit98bcc99e0f85a0ab52a379a20182289963cd1cb2 (patch)
tree72b0790874d578a1ba5eb5ed84b4fba60239ffe9 /base/atk/Pkgfile
parent2d277663aa53f52a1cc26d871e98aa6f67c35f75 (diff)
downloadnutyx-pakxe-98bcc99e0f85a0ab52a379a20182289963cd1cb2.tar.gz
nutyx-pakxe-98bcc99e0f85a0ab52a379a20182289963cd1cb2.tar.bz2
nutyx-pakxe-98bcc99e0f85a0ab52a379a20182289963cd1cb2.tar.xz
nutyx-pakxe-98bcc99e0f85a0ab52a379a20182289963cd1cb2.zip
ajout de atk#1.26.0-1
Diffstat (limited to 'base/atk/Pkgfile')
-rwxr-xr-xbase/atk/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/base/atk/Pkgfile b/base/atk/Pkgfile
new file mode 100755
index 000000000..c1e750547
--- /dev/null
+++ b/base/atk/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Librairie fournissant un jeu d'interface pour l'accessibilitée
+# URL: http://www.gtk.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: glib
+
+name=atk
+version=1.26.0
+release=1
+source=( http://ftp.gnome.org/pub/gnome/sources/$name/1.26/$name-$version.tar.bz2)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}