mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:57:14 +08:00
pstoedit: 3.70
This commit is contained in:
parent
9d2c653386
commit
f85b35ea28
@ -1,11 +1,8 @@
|
|||||||
#
|
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/pstoedit
|
||||||
# Chakra Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer AlmAck
|
|
||||||
|
|
||||||
pkgname=pstoedit
|
pkgname=pstoedit
|
||||||
pkgver=3.62
|
pkgver=3.70
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="Translates PostScript and PDF graphics into other vector formats"
|
pkgdesc="Translates PostScript and PDF graphics into other vector formats"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.pstoedit.net/"
|
url="http://www.pstoedit.net/"
|
||||||
@ -14,13 +11,15 @@ depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
|
|||||||
makedepends=('ghostscript')
|
makedepends=('ghostscript')
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz")
|
source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz")
|
||||||
sha1sums=('50d5a4e2fe0e0ff2f73cb094cb945b221083e742')
|
sha1sums=('657f8f7070fde1432cd65a34b6b1c4b5b42f8b50')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
sed -i 's/-pedantic//' configure
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
||||||
sed -i 's/-pedantic//' configure
|
|
||||||
|
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user