From f5b907e3db2fabc9fa0a8a2b7502cf00f4c5e061 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 11 Nov 2011 16:36:30 -0300 Subject: ghostscript-libre SRCBUILD Like a PKGBUILD for creating libre sources. Changed PKGDEST to startdir to avoid mixing sources with packages. Changing it to SRCDEST which would be ideal doesn't work, makepkg throws a permission error when creating the tarball. Run with `makepkg -p SRCBUILD` and then `scp ./*.src.tar.?z parabola_repo:public/other/` --- libre/ghostscript-libre/SRCBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/libre/ghostscript-libre/SRCBUILD b/libre/ghostscript-libre/SRCBUILD index d7cac0a76..dc28e857e 100644 --- a/libre/ghostscript-libre/SRCBUILD +++ b/libre/ghostscript-libre/SRCBUILD @@ -25,6 +25,7 @@ build() { package() { cd ${srcdir} export PKGEXT=.src.tar.xz + export PKGDEST=${startdir} mv ghostscript-${pkgver} ${pkgdir}/ -- cgit v1.2.3