summaryrefslogtreecommitdiff
path: root/community/vifm/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/vifm/PKGBUILD
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/vifm/PKGBUILD')
-rw-r--r--community/vifm/PKGBUILD43
1 files changed, 43 insertions, 0 deletions
diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD
new file mode 100644
index 000000000..abf5a134b
--- /dev/null
+++ b/community/vifm/PKGBUILD
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 40937 2011-03-01 23:43:56Z jelle $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+pkgname=vifm
+pkgver=0.5
+pkgrel=3
+pkgdesc="Ncurses based file manager with vi like keybindings"
+arch=('i686' 'x86_64')
+url="http://vifm.sourceforge.net/"
+license=('GPL')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 ncurses58.patch)
+options=(!strip)
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+ patch -Np1 -i $srcdir/ncurses58.patch
+
+ export CFLAGS="$CFLAGS -g"
+ export CXXFLAGS="$CXXFLAGS -g"
+ ./configure --prefix=/usr --enable-debug
+ make
+}
+package()
+{
+ cd ${srcdir}/$pkgname-$pkgver
+ make DESTDIR=${pkgdir} install
+}
+md5sums=('76818f02d6acd4997d1f41db932438aa'
+ '1a525adddc0424c23ed9a4aa31c0164a')
+md5sums=('76818f02d6acd4997d1f41db932438aa'
+ '4b2007548083f3dc828074706ce16024')
+md5sums=('76818f02d6acd4997d1f41db932438aa'
+ 'd2575f3ec9ead5ee0561b5ceaa23a35a')
+md5sums=('76818f02d6acd4997d1f41db932438aa'
+ '38cbc3a963346babae2f6c6edb7dec3b')
+md5sums=('76818f02d6acd4997d1f41db932438aa'
+ 'd56abb4654d344c1997eee0f5e2d5133')
+md5sums=('76818f02d6acd4997d1f41db932438aa'
+ '97837d528f4287b3f01d370a823b32d4')
+md5sums=('76818f02d6acd4997d1f41db932438aa'
+ '97f633c0afa003de34ba17b9eb68112d')
+md5sums=('76818f02d6acd4997d1f41db932438aa'
+ '49a1e1f299afd18e336cf85dcd5d67e2')