mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 02:47:14 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing
This commit is contained in:
commit
494ee9786b
@ -1,8 +1,14 @@
|
||||
#$Id: PKGBUILD 71297 2010-03-06 02:19:53Z pierre $
|
||||
# Maintainer: tobias <tobias@arhlinux.org>
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=exiv2
|
||||
pkgver=0.19
|
||||
pkgver=0.21.1
|
||||
pkgrel=1
|
||||
pkgdesc="Exif and Iptc metadata manipulation library and tools."
|
||||
arch=('i686' 'x86_64')
|
||||
@ -11,7 +17,7 @@ license=('GPL2')
|
||||
depends=('gcc-libs' 'zlib' 'expat')
|
||||
options=('!libtool')
|
||||
source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('f52fb75a2cb7512f1484deab76473e13')
|
||||
md5sums=('5c99bbcaa998f6b200b92f2bf0ac4f9e')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=strigi
|
||||
pkgver=0.7.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.vandenoever.info/software/strigi/"
|
||||
|
Loading…
Reference in New Issue
Block a user