commit
cb2be81a56
1 changed files with 22 additions and 0 deletions
22
srcpkgs/jwm/template
Normal file
22
srcpkgs/jwm/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'jwm'
|
||||||
|
|
||||||
|
pkgname="jwm"
|
||||||
|
version="s1103"
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config automake"
|
||||||
|
makedepends="librsvg-devel libjpeg-turbo-devel
|
||||||
|
libpng-devel libXext-devel libXrender-devel
|
||||||
|
libXmu-devel libXft-devel libXinerama-devel
|
||||||
|
libXpm-devel fribidi-devel"
|
||||||
|
short_desc="A light-weight window manager for the X11 Window System"
|
||||||
|
maintainer="mollusk <mollusk@homebutter.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
conf_files="/etc/system.jwmrc"
|
||||||
|
homepage="http://joewing.net/projects/jwm"
|
||||||
|
distfiles="https://github.com/joewing/jwm/archive/s1103.tar.gz"
|
||||||
|
checksum="6bfa7c10975fe5dc61234addd9c2aafbdaa92277f0fb42bbc4207493963b5dd8"
|
||||||
|
|
||||||
|
pre_configure(){
|
||||||
|
autoreconf
|
||||||
|
}
|
Loading…
Reference in a new issue