mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:37:14 +08:00
libspectre 0.2.7
This commit is contained in:
parent
9b9b212ae7
commit
15760f366a
@ -1,24 +1,15 @@
|
||||
#
|
||||
# Platform 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>
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
#maintainer: Neophytos Kolokotronis <tetris4@gmail.com
|
||||
pkgname=libspectre
|
||||
pkgver=0.2.6
|
||||
pkgver=0.2.7
|
||||
pkgrel=1
|
||||
pkgdesc="Small library for rendering Postscript documents"
|
||||
arch=(i686 x86_64)
|
||||
arch=('x86_64')
|
||||
license=('GPL2')
|
||||
url="http://libspectre.freedesktop.org/wiki/"
|
||||
depends=('ghostscript')
|
||||
options=('!libtool')
|
||||
source=(http://libspectre.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
|
||||
sha1sums=('819475c7e34a1e9bc2e876110fee530b42aecabd')
|
||||
sha1sums=('a7efd97b82b84ff1bb7a0d88c7e35ad10cc84ea8')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user