summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b3ac2f50f299925d8da5b91eb9915824e1c6a713 (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
# Maintainer: Steffen Weber <-boenki-gmx-de->
# Contributor: Ben Reedy <thebenj88 *AT* gmail *DOT* com>
# Contributor: Tony Dodd <arch@recalcitrance.net>
# Contributor: Mark Taylor <skymt0@gmail.com>

pkgname=clex
pkgver=4.6.patch7
pkgrel=1
pkgdesc="File manager with a full-screen user interface"
arch=('i686' 'x86_64')
url="http://www.clex.sk"
license=('GPL2')
depends=('ncurses')
source=($url/download/$pkgname-$pkgver.tar.gz)
md5sums=('0bc701e674162b1191a5bdc52514425c')

build() {
  cd "$pkgname-$pkgver"
  ./configure --prefix=/usr
  make
}

package() {
  cd "$pkgname-$pkgver"
  make DESTDIR="$pkgdir" install
}