blazeblogger: noarch=yes; install files to DESTDIR correctly.
Close #703
This commit is contained in:
parent
235f2a0e8e
commit
8e77ec0035
|
@ -2,8 +2,8 @@
|
|||
pkgname=blazeblogger
|
||||
version=1.2.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
hostmakedepends="perl"
|
||||
build_style=gnu-makefile
|
||||
depends="perl"
|
||||
short_desc="CLI blogging CMS"
|
||||
maintainer="Logen K <logen@sudotask.com>"
|
||||
|
@ -11,3 +11,7 @@ license="GPL-3"
|
|||
homepage="http://blaze.blackened.cz/"
|
||||
distfiles="http://blazeblogger.googlecode.com/files/blazeblogger-1.2.0.tar.gz"
|
||||
checksum=39024b70708be6073e8aeb3943eb3b73d441fbb7b8113e145c0cf7540c4921aa
|
||||
|
||||
do_install() {
|
||||
make prefix=${DESTDIR}/usr install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue