tiv: cross build support; update maintainer.
This commit is contained in:
parent
27030f7d6c
commit
588326ee53
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'tiv'
|
# Template file for 'tiv'
|
||||||
pkgname=tiv
|
pkgname=tiv
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="pkg-config vala glib-devel gdk-pixbuf-devel jpeg-devel"
|
hostmakedepends="pkg-config vala"
|
||||||
|
makedepends="vala-devel glib-devel gdk-pixbuf-devel libjpeg-turbo-devel"
|
||||||
short_desc="Terminal Image Viewer"
|
short_desc="Terminal Image Viewer"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.github.com/radare/tiv"
|
homepage="http://www.github.com/radare/tiv"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://github.com/radare/$pkgname/archive/$version.tar.gz"
|
distfiles="http://github.com/radare/$pkgname/archive/$version.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue