mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 08:04:36 +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
|
pkgname=exiv2
|
||||||
pkgver=0.19
|
pkgver=0.21.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Exif and Iptc metadata manipulation library and tools."
|
pkgdesc="Exif and Iptc metadata manipulation library and tools."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -11,7 +17,7 @@ license=('GPL2')
|
|||||||
depends=('gcc-libs' 'zlib' 'expat')
|
depends=('gcc-libs' 'zlib' 'expat')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz")
|
source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz")
|
||||||
md5sums=('f52fb75a2cb7512f1484deab76473e13')
|
md5sums=('5c99bbcaa998f6b200b92f2bf0ac4f9e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-${pkgver}
|
cd ${srcdir}/${pkgname}-${pkgver}
|
||||||
|
@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|||||||
|
|
||||||
pkgname=strigi
|
pkgname=strigi
|
||||||
pkgver=0.7.2
|
pkgver=0.7.2
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
|
pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.vandenoever.info/software/strigi/"
|
url="http://www.vandenoever.info/software/strigi/"
|
||||||
|
Loading…
Reference in New Issue
Block a user