21 lines
617 B
Plaintext
21 lines
617 B
Plaintext
# Tanım: Bir çapraz platform Bütünleşik Geliştirme Ortamı (IDE).
|
||
# URL: http://www.codeblocks.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler: zip boost desktop-file-utils gamin gtk-update-icon-cache hicolor-icon-theme hunspell shared-mime-info wxgtk28
|
||
# Grup: geliştirme
|
||
|
||
isim=codeblocks
|
||
surum=16.01
|
||
devir=1
|
||
kaynak=(http://sourceforge.net/projects/$isim/files/Sources/16.01/codeblocks_${surum}.tar.gz)
|
||
|
||
derle() {
|
||
cd $isim-*
|
||
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
|
||
}
|