mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
ctemplate update to 2.3
This commit is contained in:
parent
3decd87298
commit
6104ae04ef
@ -1,19 +1,17 @@
|
|||||||
|
# Maintainer: Francesco Marinucci <franzmari [at] chakra-project [dot] it>
|
||||||
# Apps Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# Maintainer: FranzMari <franzmari[at]chakra-project[dot]it>
|
|
||||||
|
|
||||||
pkgname=ctemplate
|
pkgname=ctemplate
|
||||||
pkgver=2.2
|
pkgver=2.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A library implementing a simple but powerful template language for C++"
|
pkgdesc="A library implementing a simple but powerful template language for C++"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://code.google.com/p/ctemplate/"
|
url="http://code.google.com/p/ctemplate/"
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=('gcc-libs')
|
depends=('gcc-libs')
|
||||||
|
makedepends=('subversion')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://ctemplate.googlecode.com/files/$pkgname-$pkgver.tar.gz)
|
source=(svn+http://$pkgname.googlecode.com/svn/tags/$pkgname-$pkgver/)
|
||||||
md5sums=('1de89d9073f473c1e31862c4581636f3')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/$pkgname-$pkgver"
|
cd "${srcdir}/$pkgname-$pkgver"
|
||||||
@ -28,4 +26,4 @@ package() {
|
|||||||
|
|
||||||
#license
|
#license
|
||||||
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
|
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user