summaryrefslogtreecommitdiffstats
path: root/ghex/Pkgfile
blob: 81ec51a2338e09b4f264c283f44d04c1d0465a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Un éditeur hexadécimal simple pour Gnome
# URL: http://live.gnome.org/Ghex
# Maintainer: NuTyX Gnome team
# Packager: piernov <piernov@piernov.org>
# Depends on: gtk3, gconf, hicolor-icon-theme, intltool, gnome-doc-utils
# Run on: gtk3,gconf,hicolor-icon-theme

name=ghex
version=3.4.1
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz )

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var \
		--disable-schemas-compile \
		--disable-scrollkeeper		
	make
	make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install
}