summaryrefslogtreecommitdiff
path: root/at-spi2-atk/Pkgfile
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2012-12-15 00:45:00 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2012-12-15 00:46:25 +0100
commit685882d496a640431f8474c639df9707ee1afae4 (patch)
tree40c2c95bfb2772181c9b3235001eb7ba74aba19e /at-spi2-atk/Pkgfile
parentb1f24647ace0249cad5dca392361356a0ce504f4 (diff)
downloadopt-685882d496a640431f8474c639df9707ee1afae4.tar.gz
opt-685882d496a640431f8474c639df9707ee1afae4.tar.xz
at-spi2-core, at-spi2-atk: new gtk3.6 dependencies
Diffstat (limited to 'at-spi2-atk/Pkgfile')
-rw-r--r--at-spi2-atk/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/at-spi2-atk/Pkgfile b/at-spi2-atk/Pkgfile
new file mode 100644
index 000000000..68a1c83e4
--- /dev/null
+++ b/at-spi2-atk/Pkgfile
@@ -0,0 +1,16 @@
+# Description: atk to at-spi2 bridge library
+# URL: http://developer.gnome.org/atk/unstable/atk-AtkSocket.html
+# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
+# Depends on: at-spi2-core
+
+name=at-spi2-atk
+version=2.6.2
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.6/at-spi2-atk-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit