updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xlsh-without-x / PKGBUILD
blob8776a9543ae97437d64072e43b6c52f5c71d1c2f
1 # Maintainer: jjacky
2 # Contributor: MichaƂ Siejak <my_fistname@my_lastname.pl>
3 pkgname=xlsh-without-x
4 pkgver=0.2.2
5 pkgrel=1
6 pkgdesc="eXtended Login Shell - fast, minimalistic login replacement (without X support)"
7 arch=('i686' 'x86_64')
8 url="https://github.com/Nadrin/xlsh/wiki"
9 license=('GPL3')
10 depends=('pam' 'readline')
11 provides=('xlsh=0.2.2')
12 source=(https://github.com/Nadrin/xlsh/tarball/master
13         patch)
14 install=xlsh.install
16 build() {
17   cd "$srcdir"
19   folder=$(ls |grep Nadrin)
20   mv $folder/* .
21   rmdir $folder
23   patch -p1 -i patch
25   make
28 package() {
29   cd "$srcdir"
30   make DESTDIR="$pkgdir" install
33 md5sums=('cf78ceec269cc3e35797fe6e8631c3b3'
34          'bf4e6b42787da0988ae56456d1246937')