summaryrefslogtreecommitdiffstats
path: root/codeblocks/Pkgfile
blob: dcb04c76188fec4c24293fd4bab3db04c03a4a87 (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 on: wxgtk
# Run on: wxgtk,xorg-libxinerama

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
}