smu: replace smu-git by smu.
This commit is contained in:
parent
d703e64d34
commit
6b2b794353
1 changed files with 5 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'smu-git'
|
||||
pkgname=smu-git
|
||||
version=20141213
|
||||
# Template file for 'smu'
|
||||
pkgname=smu
|
||||
version=1.4
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
|
@ -9,14 +9,8 @@ short_desc="Simple markup - markdown like syntax"
|
|||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/Gottox/smu/"
|
||||
provides="smu-${version}_${revision}"
|
||||
replaces="smu>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/Gottox/smu"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
distfiles="https://github.com/Gottox/smu/archive/v${version}.tar.gz"
|
||||
checksum="378f24e6cff54dcfcbc7a17a88f16efb59c0cda1d35f58967e16fd990ba15f45"
|
||||
|
||||
pre_build() {
|
||||
sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk
|
Loading…
Reference in a new issue