New package: exquisite-1.0.0.
This commit is contained in:
parent
2b58c2257a
commit
be3546cc14
1 changed files with 19 additions and 0 deletions
19
srcpkgs/exquisite/template
Normal file
19
srcpkgs/exquisite/template
Normal 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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue