Convert packages to the new template format (x).

This commit is contained in:
Juan RP 2013-04-14 18:42:25 +02:00
parent 82b82100b5
commit 5a38c4ea17
147 changed files with 1345 additions and 834 deletions

View file

@ -1,19 +1,22 @@
# Template build file for 'xrefresh'.
pkgname=xrefresh
version=1.0.4
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
revision=3
build_style=gnu-configure
revision=2
depends="libX11"
makedepends="pkg-config libX11-devel"
hostmakedepends="pkg-config"
makedepends="libX11-devel"
short_desc="X refresher"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=069502eb485ea128a0bebf94302d5cbb271ad9d31ae51691abd6d64914ff9d7b
long_desc="
This package contains xrefresh, a program to repaint all or part
off a screen.
This is from the modular X.org X11 project."
off a screen."
xrefresh_package() {
pkg_install() {
vmove usr
}
}