summaryrefslogtreecommitdiff
path: root/codeblocks/Pkgfile
blob: 165944853154f16ec202be9a44337f77bf0bfd86 (plain)
    1 # Description: Code::Blocks is a free C++ IDE
    2 # URL: http://www.codeblocks.org/
    3 # Maintainer: Victor Martinez, pitillo at ono dot com
    4 # Depends on: wxgtk
    5 
    6 name=codeblocks
    7 version=8.02
    8 release=1
    9 source=(http://downloads.sourceforge.net/codeblocks/$name-$version-src.tar.bz2)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr \
   14               --disable-nls \
   15               --enable-contrib \
   16               --mandir=$PKG/usr/man
   17   make
   18   make prefix=$PKG/usr install
   19 }

Generated by cgit