opt/gtk3/Pkgfile

20 lines
535 B
Plaintext
Raw Normal View History

2012-08-03 18:38:06 +02:00
# Description: A multi-platform toolkit for creating graphical user interfaces
# URL: http://www.gtk.org/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
2015-05-23 20:31:07 +02:00
# Depends on: gdk-pixbuf, pango, at-spi2-atk, libepoxy
2012-08-03 18:38:06 +02:00
name=gtk3
2017-06-22 01:19:48 +02:00
version=3.22.16
2012-12-15 00:46:13 +01:00
release=1
2014-10-23 20:46:28 +02:00
source=(http://download.gnome.org/sources/gtk+/${version:0:4}/gtk+-$version.tar.xz)
2012-08-03 18:38:06 +02:00
build () {
cd gtk+-$version
2015-07-26 00:53:54 +02:00
./configure --prefix=/usr
2012-08-03 18:38:06 +02:00
make
make DESTDIR=$PKG install
2012-12-15 00:46:13 +01:00
rm -r $PKG/usr/share/{gtk-doc,locale,gtk-3.0}
2015-04-07 23:20:36 +02:00
rm $PKG/usr/bin/gtk-update-icon-cache
2012-08-03 18:38:06 +02:00
}