talimat 611 B

1234567891011121314151617181920
  1. # Description: Bir çapraz platform Bütünleşik Geliştirme Ortamı (IDE).
  2. # URL: http://www.codeblocks.org/
  3. # Packager: milisarge
  4. # Depends on: zip boost desktop-file-utils gamin gtk-update-icon-cache hicolor-icon-theme hunspell shared-mime-info wxgtk28
  5. name=codeblocks
  6. version=16.01
  7. release=1
  8. source=(http://sourceforge.net/projects/$name/files/Sources/16.01/codeblocks_${version}.tar.gz)
  9. build () {
  10. cd $name-*
  11. export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
  12. export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
  13. ./bootstrap
  14. ./configure --prefix=/usr --with-contrib-plugins=all
  15. make
  16. make DESTDIR=$PKG install
  17. }