23 lines
999 B
Text
23 lines
999 B
Text
# Template build file for 'giblib'
|
|
pkgname=giblib
|
|
version=1.2.4
|
|
distfiles="http://linuxbrit.co.uk/downloads/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
make_install_args="docsdir=/usr/share/doc/giblib"
|
|
revision=2
|
|
makedepends="pkg-config imlib2-devel freetype-devel zlib-devel libX11-devel libXext-devel glibc-devel"
|
|
short_desc="Programming utility library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://linuxbrit.co.uk/giblib/"
|
|
license="MIT"
|
|
checksum=176611c4d88d742ea4013991ad54c2f9d2feefbc97a28434c0f48922ebaa8bac
|
|
long_desc="
|
|
Giblib is a utility library used by many of the applications found on
|
|
www.linuxbrit.co.uk. It incorporates doubly linked lists, some string
|
|
functions, and a wrapper for imlib2. The wrapper does two things. It
|
|
gives you access to fontstyles, which can be loaded from files, saved to
|
|
files, or defined dynamically through the API. It also, and more
|
|
importantly, wraps imlib2's context API into a more compact form."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|