New package: ghex-3.10.0
This commit is contained in:
parent
4c552f994a
commit
a6e1f0f62c
|
@ -0,0 +1 @@
|
|||
ghex
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
ghex
|
Loading…
Reference in New Issue