summaryrefslogtreecommitdiff
path: root/community/lilyterm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/lilyterm
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/lilyterm')
-rw-r--r--community/lilyterm/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/community/lilyterm/PKGBUILD b/community/lilyterm/PKGBUILD
deleted file mode 100644
index 1c44b642d..000000000
--- a/community/lilyterm/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 80564 2012-11-25 16:09:33Z kkeen $
-# Maintainer: Kyle Keen <keenerd@gmail.com>
-# Contributor: TDY <tdy@gmx.com>
-# Contributor: DonVla <donvla@users.sourceforge.net>
-# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
-
-pkgname=lilyterm
-pkgver=0.9.9.2
-pkgrel=1
-pkgdesc="A light and easy to use libvte based X terminal emulator"
-arch=('i686' 'x86_64')
-url="http://lilyterm.luna.com.tw/index_en.html"
-_watch="http://lilyterm.luna.com.tw/html/download.html"
-license=('GPL3')
-depends=('vte')
-makedepends=('gettext' 'intltool' 'pkgconfig>=0.16')
-source=(http://lilyterm.luna.com.tw/file/$pkgname-$pkgver.tar.gz)
-md5sums=('d68dd29ce4894f765adba1efd470f90e')
-
-build() {
- cd "$srcdir/lilyterm-$pkgver"
- ./configure --prefix=/usr \
- --sysconfdir=/etc
- make
-}
-
-package() {
- cd "$srcdir/lilyterm-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING \
- "$pkgdir/usr/share/licenses/lilyterm/COPYING"
-}
-