From b912ecbb358c92ee504d033e1cfe84d412e80ed4 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 5 May 2015 17:19:27 -0500 Subject: emacs-newlisp-mode-git-39.cb67534-1: updating version --- pcr/emacs-newlisp/PKGBUILD | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 pcr/emacs-newlisp/PKGBUILD (limited to 'pcr/emacs-newlisp/PKGBUILD') diff --git a/pcr/emacs-newlisp/PKGBUILD b/pcr/emacs-newlisp/PKGBUILD deleted file mode 100644 index 5f528640d..000000000 --- a/pcr/emacs-newlisp/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Contributor (Arch): Jan Kròávek -# Contributor (Arch): Stefan Husmann -# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES - -pkgname=emacs-newlisp -pkgver=0.25 -pkgrel=5 -arch=('any') -pkgdesc="Emacs mode for Newlisp." -url="http://artfulcode.net/projects" -depends=('emacs') -makedepends=('unzip') -license=('GPL') -source=(http://www.artfulcode.net/wp-content/uploads/2008/12/newlisp-mode.zip) -noextract=newlisp-mode.zip -install=emacs-newlisp.install - -build() { - cd $srcdir - unzip -quo newlisp-mode.zip || return 1 - cd $srcdir/newlisp-mode || return 1 - install -d $pkgdir/usr/share/emacs/site-lisp/newlisp-mode - install -Dm644 *.el $pkgdir/usr/share/emacs/site-lisp/newlisp-mode -} -- cgit v1.2.3-2-g168b