12 changed files with 52 additions and 0 deletions
@ -0,0 +1,28 @@
@@ -0,0 +1,28 @@
|
||||
# Maintainer: John "ShaggyTwoDope" Jenkins <twodopeshaggy at gmail dot com> |
||||
pkgname=lsmbox |
||||
pkgver=2.1.3 |
||||
pkgrel=1 |
||||
pkgdesc="A tool to monitor mbox MMDF MH and Maildir E-Mail directory formats." |
||||
arch=('i686' 'x86_64') |
||||
url="ftp://ftp.acc.umu.se/mirror/lap/lsmbox" |
||||
license=('GPL') |
||||
depends=('ncurses') |
||||
makedepends=('automake' 'autoconf') |
||||
changelog= |
||||
source=(ftp://ftp.acc.umu.se/mirror/lap/$pkgname/$pkgname-$pkgver.tar.xz) |
||||
noextract=() |
||||
md5sums=('5d239f2f065fbababa48c1ad6d057dad') |
||||
|
||||
build() { |
||||
cd "$srcdir/$pkgname-$pkgver" |
||||
|
||||
./configure --prefix=/usr |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd "$srcdir/$pkgname-$pkgver" |
||||
|
||||
make DESTDIR="$pkgdir/" install |
||||
} |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,24 @@
@@ -0,0 +1,24 @@
|
||||
# Generated by makepkg 4.1.2 |
||||
# using fakeroot version 1.20.2 |
||||
# Fri Dec 26 00:10:27 UTC 2014 |
||||
pkgname = lsmbox |
||||
pkgver = 2.1.3-1 |
||||
pkgdesc = A tool to monitor mbox MMDF MH and Maildir E-Mail directory formats. |
||||
url = ftp://ftp.acc.umu.se/mirror/lap/lsmbox |
||||
builddate = 1419552627 |
||||
packager = Unknown Packager |
||||
size = 92160 |
||||
arch = x86_64 |
||||
license = GPL |
||||
depend = ncurses |
||||
makedepend = automake |
||||
makedepend = autoconf |
||||
makepkgopt = strip |
||||
makepkgopt = docs |
||||
makepkgopt = !libtool |
||||
makepkgopt = !staticlibs |
||||
makepkgopt = emptydirs |
||||
makepkgopt = zipman |
||||
makepkgopt = purge |
||||
makepkgopt = !upx |
||||
makepkgopt = !debug |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue