initial import
This commit is contained in:
30
pstoedit/PKGBUILD
Normal file
30
pstoedit/PKGBUILD
Normal file
@@ -0,0 +1,30 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=pstoedit
|
||||
pkgver=3.75
|
||||
pkgrel=1
|
||||
pkgdesc='Translates PostScript and PDF graphics into other vector formats'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.pstoedit.net/'
|
||||
license=('GPL-2')
|
||||
depends=('gcc-libs' 'plotutils' 'gd')
|
||||
makedepends=('ghostscript')
|
||||
source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz")
|
||||
sha512sums=('54b8cf7e78e52027d45e7550821476d9a9c4df4f63af83792b6a2909bc62236450ba6b619f95eede9f61a715f4937f1fbaf2ce4ae4b486daa0294c396a882a28')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
autoreconf -vi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr --without-magick
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 copying -t "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
}
|
||||
Reference in New Issue
Block a user