summaryrefslogtreecommitdiffstats
path: root/highlight/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /highlight/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'highlight/PKGBUILD')
-rw-r--r--highlight/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/highlight/PKGBUILD b/highlight/PKGBUILD
deleted file mode 100644
index 6b25a05..0000000
--- a/highlight/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: Jan Fader <jan.fader@web.de>
-pkgname=highlight
-pkgver=3.3
-pkgrel=1
-pkgdesc="Highlight converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, XML and terminal escape sequences with coloured syntax highlighting. Language definitions, colour themes and indentation schemes are customizable"
-url="http://www.andre-simon.de/doku/highlight/highlight.html"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('boost' 'lua')
-install=
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2)
-md5sums=('a4142ec930cb529c922d25ddebceed04')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: