summaryrefslogtreecommitdiffstats
path: root/extra/codeblocks/Pkgfile
blob: 0c12c01a01836a66dd702eeb71ebd675924ea4c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Un EDI open source, multi-plateforme et gratuit.
# Maintainer: NuTyX Contrib
# URL: http://www.codeblocks.org/
# depends: wxgtk

name=codeblocks
version=10.05
release=1
source=(http://download.berlios.de/codeblocks/$name-$version-1debian-src.tar.bz2)

build() {
	cd src
	tar xf codeblocks_10.05-1.tar.gz
	cd $name-$version

	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}