opt/atk/Pkgfile

18 lines
439 B
Plaintext
Raw Normal View History

# Description: A set of interfaces for accessibility
# URL: http://www.gtk.org/
2012-06-14 17:04:04 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
2017-03-22 04:26:06 +01:00
# Depends on: gobject-introspection
name=atk
2017-03-17 23:26:07 +01:00
version=2.24.0
2014-06-22 16:39:27 +02:00
release=1
2015-03-24 19:55:09 +01:00
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
2017-03-22 04:26:06 +01:00
build() {
2012-06-14 17:04:04 +02:00
cd $name-$version
2013-03-26 22:01:22 +01:00
./configure --prefix=/usr
2012-06-14 17:04:04 +02:00
make
make DESTDIR=$PKG install
2013-03-26 22:01:22 +01:00
rm -r $PKG/usr/share/{locale,gtk-doc}
}