libexif: Formatting

This commit is contained in:
totte 2013-12-18 19:15:30 +00:00
parent 05ed740a53
commit f80e8edf3c

View File

@ -1,29 +1,26 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
# Maintainer:
# Contributors: H W Tovetjärn (totte) <totte@tott.es>
# Anke Boersma (abveritas) <abveritas@chakra-project.org>
pkgname=libexif
pkgver=0.6.21
pkgrel=1
pkgdesc="A library to parse an EXIF file and read the data from those tags"
pkgdesc='A library to parse an EXIF file and read the data from those tags'
arch=('x86_64')
license=('LGPL')
url="http://sourceforge.net/projects/libexif"
url='http://sourceforge.net/projects/libexif'
depends=('glibc')
options=('!libtool')
source=("http://downloads.sf.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('27339b89850f28c8f1c237f233e05b27')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}