summaryrefslogtreecommitdiff
path: root/community/lilyterm/PKGBUILD
blob: 74ab19fa56177e2342ca161eb21cfb8b6beaf790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $Id: PKGBUILD 95718 2013-08-15 23:23:35Z 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=2
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
}