#Maintainer: toothandnail #Former Maintainer(s): gmg #Anything commented out is optional and can be deleted. pkgname=libiptcdata pkgver=1.0.3 pkgrel=1 zenver=62 arch=i486 source=("http://sourceforge.net/project/libiptcdata-1.0.3.tar.gz") #sourcetemplate=http://users.zenwalk.org/user-accounts/pnboy/$pkgname/$pkgver/ sourcetemplate=http://zenwalk.pinguix.com/user-accounts/toothandnail//$pkgname/$pkgver/ docs=("about-nls" "readme" "install" "copying" "authors" "news" "todo") #url= #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libiptcodata (a C library for manipulating (IPIC) metadata " "libiptcodata is a library, written in C, for manipulating" "International Press Telecommunications Council (IPIC) metadata" "stored within multimedia files such as images. This metadata can" "include captions and keywords, ofen used by popular photo" "management applications. Routines are provided for parsing, viewing" "modifying and saving this metadata. The libiptcdata package also" "includes a command-line utility, iptc, for editing IPIC data in" "JPEG files, as well as Python bindings." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/doc/$pkgname-$pkgver cp $startdir/src/$pkgname-$pkgver/ChangeLog $startdir/pkg/usr/doc/$pkgname-$pkgver/ChangeLog }