summaryrefslogtreecommitdiffstats
path: root/extra/codeblocks/Pkgfile
blob: fb44a4f6f50a51cb81d2f0264bd6dec1e4c54758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
}