contrib/codeblocks/Pkgfile

20 lines
474 B
Plaintext
Raw Normal View History

2008-05-12 16:16:27 +02:00
# Description: Code::Blocks is a free C++ IDE
# URL: http://www.codeblocks.org/
2008-05-15 08:36:58 +02:00
# Maintainer: Victor Martinez, pitillo at ono dot com
2008-05-12 16:16:27 +02:00
# 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
}