diff options
Diffstat (limited to 'unstable')
-rw-r--r-- | unstable/hypermail/APKBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/unstable/hypermail/APKBUILD b/unstable/hypermail/APKBUILD index 694ff92a71..6e4f412374 100644 --- a/unstable/hypermail/APKBUILD +++ b/unstable/hypermail/APKBUILD @@ -5,11 +5,12 @@ pkgrel=0 pkgdesc="Mail Archiver" url="http://www.hypermail-project.org" license="GPL" -depends="uclibc pcre" +depends="uclibc pcre lua" makedepends="pcre-dev bison" install= subpackages="" -source="http://www.hypermail-project.org/$pkgname-$pkgver.tar.gz" +source="http://www.hypermail-project.org/$pkgname-$pkgver.tar.gz + mdir2mbox.lua" build() { cd "$srcdir/$pkgname-$pkgver" @@ -27,7 +28,9 @@ build() { install -m755 -D archive/rdmsg "$pkgdir"/usr/bin/rdmsg install -m755 -D archive/msg2archive "$pkgdir"/usr/bin/msgarchive install -m755 -D src/hypermail "$pkgdir"/usr/bin/hypermail + install -m755 -D "$srcdir"/mdir2mbox.lua "$pkgdir"/usr/bin/mdir2mbox.lua } -md5sums="a064e36780ee41409c8c973f9c69927f hypermail-2.2.0.tar.gz" +md5sums="a064e36780ee41409c8c973f9c69927f hypermail-2.2.0.tar.gz +079b00d4ea667a0efd6fd370b1a4d5d8 mdir2mbox.lua" |