cbp2make: do not use fantasy versions.
This commit is contained in:
parent
9c142a08f2
commit
b81a99eca5
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'cbp2make'
|
||||
pkgname=cbp2make
|
||||
version=1.4.7
|
||||
version=147
|
||||
revision=1
|
||||
wrksrc="$pkgname-stl-rev${version//./}-all"
|
||||
wrksrc="$pkgname-stl-rev${version}-all"
|
||||
hostmakedepends="doxygen p7zip"
|
||||
short_desc="Makefile generation tool for Code::Blocks IDE"
|
||||
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://sourceforge.net/projects/cbp2make/"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/cbp2make-stl-rev${version//./}-all.tar.7z"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/cbp2make-stl-rev${version}-all.tar.7z"
|
||||
checksum=1b211abb8de00dc3048fccad6ebd076ab03dcb9f672cdff379de33a1346ed129
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue