Skip to content
Snippets Groups Projects
Commit af73d339 authored by Michael Mason's avatar Michael Mason
Browse files

Merge branch 'master' of git://git.alpinelinux.org/aports

parents e2b5ba46 31109f21
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ pkgname=apk-tools ...@@ -3,7 +3,7 @@ pkgname=apk-tools
pkgver=2.0_pre12 pkgver=2.0_pre12
pkgrel=1 pkgrel=1
pkgdesc="Alpine Package Keeper - package manager for alpine" pkgdesc="Alpine Package Keeper - package manager for alpine"
depends="uclibc" depends=
makedepends="zlib-dev" makedepends="zlib-dev"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2 source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2
fd-leak.patch" fd-leak.patch"
...@@ -14,7 +14,7 @@ build() { ...@@ -14,7 +14,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"
patch -p1 < ../fd-leak.patch || return 1 patch -p1 < ../fd-leak.patch || return 1
sed -i -e 's:-Werror::' Make.rules sed -i -e 's:-Werror::' Make.rules
make make || return 1
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
cd "$pkgdir/sbin" cd "$pkgdir/sbin"
ln -s apk apk_add ln -s apk apk_add
......
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=zlib pkgname=zlib
pkgver=1.2.3.3 pkgver=1.2.3.3
pkgrel=3 pkgrel=4
pkgdesc="A compression/decompression Library" pkgdesc="A compression/decompression Library"
license=custom:zlib license=custom:zlib
url="http://www.gzip.org/zlib" url="http://www.gzip.org/zlib"
depends='uclibc' depends=
source="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz" source="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-dev $pkgname-doc" subpackages="$pkgname-dev $pkgname-doc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment