mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/outils: upgrade to 0.7
This commit is contained in:
parent
e1c52292e0
commit
3493a1f547
@ -1,7 +1,7 @@
|
||||
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
|
||||
pkgname=outils
|
||||
pkgver=0.6
|
||||
pkgver=0.7
|
||||
pkgrel=0
|
||||
pkgdesc="Port of some non-standard OpenBSD tools to Linux"
|
||||
url="https://github.com/chneukirchen/outils"
|
||||
@ -32,13 +32,6 @@ subpackages="$pkgname-doc
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/chneukirchen/$pkgname/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
find "$builddir"/src -type f -exec sed -i \{\} -e "s;u_int;uint;g" \
|
||||
-e "s;u_char;uint8_t;g" \;
|
||||
sed -i "$builddir"/src/liboutils/sha1.c \
|
||||
-e "s;uint i;uint32_t i;"
|
||||
}
|
||||
|
||||
build() {
|
||||
make CC="$CC" CFLAGS="$CFLAGS" \
|
||||
-C "$builddir"
|
||||
@ -71,4 +64,4 @@ _tool() {
|
||||
rmdir "$pkgdir"/usr/ 2>/dev/null || true
|
||||
}
|
||||
|
||||
sha512sums="51b3a9e4c421a1590a3eab3feffec0066830d67b0ec31e825ae99c17148ed764022cf559f67f9ccbe58390c19fd144465ebdb41dff5e51a5988a195d3eaa365f outils-0.6.tar.gz"
|
||||
sha512sums="e4dfafe1055e3c1161e489f67e433629833d256232ce07791eb169ae9ab54f5ec4c2236a33fc35a4a44fd42c9888145d6ca115cab9869593d5d42b11d4fea6d8 outils-0.7.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user