extra/md5: new aport

Basic lua crypto library
This commit is contained in:
Natanael Copa 2009-01-27 12:13:26 +00:00
parent 88e9196994
commit e8dd939be9

19
extra/md5/APKBUILD Normal file
View File

@ -0,0 +1,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=md5
pkgver=1.1.2
pkgrel=0
pkgdesc="Basic cryptographic facilities for Lua"
url="http://www.keplerproject.org/md5/"
license="MIT"
depends="uclibc lua"
makedepends="lua-dev"
source="http://luaforge.net/frs/download.php/3355/$pkgname-$pkgver.tar.gz"
build() {
cd "$srcdir/$pkgname-$pkgver"
make CFLAGS="$CFLAGS" || return 1
make PREFIX="$pkgdir"/usr install
}
md5sums="68874cff64547f2157d5ecdc3572b544 md5-1.1.2.tar.gz"