1 # Maintainer: attila589 <attila589 at gmail dot com>
6 pkgdesc="Makefile generation tool for Code::Blocks IDE"
8 url="http://sourceforge.net/projects/cbp2make/"
11 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-stl-${pkgver}.tar.gz)
12 md5sums=('4befba9269eacf1bc264186cb8fa6977')
13 sha256sums=('70a9a32c6946503bd31b7666f82d076db4781bded38d4cc529ca478352dfa1ff')
16 cd "${srcdir}/${pkgname}-stl-${pkgver}"
17 mv cbp2make.cbp.mak.unix Makefile
22 mkdir -p "${pkgdir}/usr/bin/"
23 install -Dm755 "${srcdir}/${pkgname}-stl-${pkgver}/bin/Release/cbp2make" "${pkgdir}/usr/bin/"