summaryrefslogtreecommitdiffstats
path: root/atkmm/Pkgfile
blob: 9c68701a4835c9705efaf4af3f52d07150b17243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: C++ bindings pour atk
# URL: http://gtkmm.sourceforge.net/
# Maintainer: NuTyX coret team
# Packager: sibelle at nutyx dot com
# Depends on: atk, glibmm, libsigc++, m4
# Run on: atk,glibmm,libsigc++ 

name=atkmm
version=2.22.6
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.22/$name-$version.tar.xz)

build (){
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}