contrib/codeblocks/Pkgfile
2008-05-12 16:16:27 +02:00

21 lines
541 B
Plaintext

# Description: Code::Blocks is a free C++ IDE
# URL: http://www.codeblocks.org/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Victor Martinez, gandhul at ono dot com
# Depends on: wxgtk
name=codeblocks
version=8.02
release=1
source=(http://downloads.sourceforge.net/codeblocks/$name-$version-src.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--enable-contrib \
--mandir=$PKG/usr/man
make
make prefix=$PKG/usr install
}