milis/talimatname/genel/codeblocks/talimat

20 lines
611 B
Plaintext
Raw Normal View History

2017-03-22 08:55:53 +01:00
# Description: Bir çapraz platform Bütünleşik Geliştirme Ortamı (IDE).
2016-02-24 01:27:23 +01:00
# URL: http://www.codeblocks.org/
2017-01-30 23:55:06 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: zip boost desktop-file-utils gamin gtk-update-icon-cache hicolor-icon-theme hunspell shared-mime-info wxgtk28
name=codeblocks
version=16.01
release=1
source=(http://sourceforge.net/projects/$name/files/Sources/16.01/codeblocks_${version}.tar.gz)
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
build () {
cd $name-*
export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
./bootstrap
./configure --prefix=/usr --with-contrib-plugins=all
make
make DESTDIR=$PKG install
}