mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 04:47:13 +08:00
libexif: Formatting
This commit is contained in:
parent
05ed740a53
commit
f80e8edf3c
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user