testing/fossil: new aport

This commit is contained in:
Paul Onyschuk 2011-05-31 19:02:12 +00:00 committed by Natanael Copa
parent b518c2f3ce
commit e27110c83f

26
testing/fossil/APKBUILD Normal file
View File

@ -0,0 +1,26 @@
# Contributor: Paul Onyschuk <blink@bojary.koba.pl>
# Maintainer:
pkgname=fossil
pkgver=20110528185122
pkgrel=0
pkgdesc="Simple, high-reliability, distributed software configuration management"
url="http://www.fossil-scm.org"
arch="all"
license="BSD"
depends="openssl zlib"
makedepends="openssl-dev zlib-dev"
source="$url/download/$pkgname-src-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-src-$pkgver
build() {
cd "$_builddir"
make || return 1
}
package() {
cd "$_builddir"
install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname || return 1
}
md5sums="3b5573ce42d9874e5184712d8522bc95 fossil-src-20110528185122.tar.gz"