[arch-commits] Commit in xplot (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Thu Jul 6 15:28:11 UTC 2017


    Date: Thursday, July 6, 2017 @ 15:28:10
  Author: zorun
Revision: 242556

xplot: remove duplicate PKGBUILD

Deleted:
  xplot/PKGBUILD

----------+
 PKGBUILD |   28 ----------------------------
 1 file changed, 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-06 15:27:37 UTC (rev 242555)
+++ PKGBUILD	2017-07-06 15:28:10 UTC (rev 242556)
@@ -1,28 +0,0 @@
-# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
-
-pkgname=xplot
-pkgver=0.90.7.1
-pkgrel=4
-pkgdesc="Reads from a xpl file to generate plots"
-arch=('i686' 'x86_64')
-url="http://www.xplot.org/"
-license=('MIT')
-depends=('libx11' 'perl')
-source=(http://www.xplot.org/xplot/$pkgname-$pkgver.tar.gz)
-md5sums=('755e32f8ae429f1c546fdeee7c28c92e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=${pkgdir}/usr
-  sed -e "s|mandir = \$(exec_prefix)/man/man1|mandir = \$(exec_prefix)/share/man/man1|" -i Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make install
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
-  sed -n '2,31p' "${srcdir}/${pkgname}-${pkgver}/xplot.c" > ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}



More information about the arch-commits mailing list