New package: xmag-1.0.5 (close #158).
This commit is contained in:
parent
8ce03fab51
commit
95a025c03a
1 changed files with 19 additions and 0 deletions
19
srcpkgs/xmag/template
Normal file
19
srcpkgs/xmag/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template build file for 'xmag'.
|
||||
pkgname=xmag
|
||||
version=1.0.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libXau-devel libXext-devel libXmu-devel libXaw-devel"
|
||||
short_desc="X utility to Magnify parts of the screen"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
checksum=4ace8795cf756be4ba387f30366045594ce26adda2f5ffe1f8e896825d0932c6
|
||||
|
||||
xmag_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue