2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: 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-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: zip boost desktop-file-utils gamin gtk-update-icon-cache hicolor-icon-theme hunspell shared-mime-info wxgtk28
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|