mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: mcwm-20130209
This commit is contained in:
parent
dacf1f99e9
commit
536ed7851f
1 changed files with 28 additions and 0 deletions
28
srcpkgs/mcwm/template
Normal file
28
srcpkgs/mcwm/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'mcwm'
|
||||||
|
pkgname=mcwm
|
||||||
|
version=20130209-2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
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"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="http://hack.org/mc/projects/mcwm/"
|
||||||
|
distfiles="http://hack.org/mc/hacks/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=2d2f9ced77bc6f90cb9fbdbf790eed97f3be28caefb0de496ac28813aed606be
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
sed -i 's/man\/man1/share\/man\/man1/g' Makefile
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
|
}
|
||||||
|
|
||||||
|
mcwm_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue