New package: ghex-3.10.0

This commit is contained in:
Enno Boland 2014-03-29 00:40:48 +01:00
parent 4c552f994a
commit a6e1f0f62c
3 changed files with 33 additions and 0 deletions

1
srcpkgs/ghex-devel Symbolic link
View File

@ -0,0 +1 @@
ghex

31
srcpkgs/ghex/template Normal file
View File

@ -0,0 +1,31 @@
# Template file for 'ghex'
pkgname=ghex
version=3.10.0
revision=1
build_style=gnu-configure
configure_args="--disable-schemas-compile --disable-static"
hostmakedepends="pkg-config gtk-update-icon-cache intltool itstool"
makedepends="gtk+3-devel"
depends="zeitgeist hicolor-icon-theme desktop-file-utils iso-codes"
short_desc="simple binary editor"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/ghex/${version%.*}/ghex-$version.tar.xz"
checksum=9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255
libgtkhex_package() {
pkg_install() {
vmove usr/lib/*.so.*
}
}
ghex-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
#vmove usr/share/gtk-doc
#vmove usr/share/ghex/gir-1.0
}
}

1
srcpkgs/libgtkhex Symbolic link
View File

@ -0,0 +1 @@
ghex