New package: exquisite-1.0.0.

This commit is contained in:
Juan RP 2013-11-17 06:56:12 +01:00
parent 2b58c2257a
commit be3546cc14

View file

@ -0,0 +1,19 @@
# Template file for 'exquisite'
pkgname=exquisite
version=1.0.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="evas-devel>=1.7.9 edje-devel>=1.7.9"
short_desc="Enlightenment's boot splash utility - psplash replacement"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.enlightenment.org"
distfiles="http://download.enlightenment.org/releases/exquisite-${version}.tar.gz"
checksum=4b874ca1f57d9fc31436ff11b0d6d35b522b43c665c893341c0feb0ca9fa02fd
exquisite_package() {
pkg_install() {
vmove all
}
}