mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
mcwm: version must not contain dashes; install files to DESTDIR.
This commit is contained in:
parent
6749d2386f
commit
c618944b57
1 changed files with 9 additions and 4 deletions
|
@ -1,14 +1,17 @@
|
||||||
# Template file for 'mcwm'
|
# Template file for 'mcwm'
|
||||||
pkgname=mcwm
|
pkgname=mcwm
|
||||||
version=20130209-2
|
_distver=20130209
|
||||||
revision=1
|
_patchver=2
|
||||||
|
wrksrc=${pkgname}-${_distver}-${_patchver}
|
||||||
|
version=${_distver}.${_patchver}
|
||||||
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libxcb-devel xcb-proto xcb-util-devel xcb-util-keysyms-devel xcb-util-wm-devel"
|
makedepends="libxcb-devel xcb-proto xcb-util-devel xcb-util-keysyms-devel xcb-util-wm-devel"
|
||||||
short_desc="A minimalist stacking X window manager based on XCB"
|
short_desc="A minimalist stacking X window manager based on XCB"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://hack.org/mc/projects/mcwm/"
|
homepage="http://hack.org/mc/projects/mcwm/"
|
||||||
distfiles="http://hack.org/mc/hacks/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://hack.org/mc/hacks/$pkgname/$pkgname-${_distver}-${_patchver}.tar.bz2"
|
||||||
checksum=2d2f9ced77bc6f90cb9fbdbf790eed97f3be28caefb0de496ac28813aed606be
|
checksum=2d2f9ced77bc6f90cb9fbdbf790eed97f3be28caefb0de496ac28813aed606be
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -17,7 +20,9 @@ do_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
vmkdir usr/bin
|
||||||
|
vmkdir usr/share/man/man1
|
||||||
|
make PREFIX=${DESTDIR}/usr install
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue