# Maintainer: Luis Henrique # Mandatory pkgname=jeex pkgver=12.0 pkgrel=1lm source=("http://www.hds619.net/jeex-pkg/jeex-12.0.tar.bz2") # Optional docs=("ChangeLog" "COPYING" "README") url="http://www.hds619.net/jeex.php" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "jeex (GTK+ Hex Editor)" "Jeex is a simple hexadecimal editor which allows user to create, open" "and edit files in hexadecimal, binary, octal and ASCII. The features" "include insert, delete, copy-and-paste, search and many others." "" "It also shows several information about the opened file, like file" "mode bits, ownership, last access and modification timestamps." "" "Homepage: http://www.hds619.net/jeex.php" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$pkgname-$pkgver \ --enable-static=no \ --enable-shared=yes \ --build=$arch-slackware-linux make || return 1 make install destdir=$startdir/pkg }