~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/file: split libmagic and cleanups

Details
Message ID
<1453362425-24330-1-git-send-email-valery.kartel@gmail.com>
Sender timestamp
1453362425
DKIM signature
missing
Download raw message
Patch: +14 -6
---
 main/file/APKBUILD | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/main/file/APKBUILD b/main/file/APKBUILD
index ceff2e6..6615412 100644
--- a/main/file/APKBUILD
+++ b/main/file/APKBUILD
@@ -1,17 +1,19 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=file
pkgver=5.25
pkgrel=0
pkgrel=1
pkgdesc="File type identification utility"
url="http://www.darwinsys.com/file/"
arch="all"
license="BSD"
depends=""
source="ftp://ftp.astron.com/pub/file/file-$pkgver.tar.gz
	"
subpackages="$pkgname-dev $pkgname-doc"
source="ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"

subpackages="$pkgname-dev $pkgname-doc libmagic"

_builddir="$srcdir"/$pkgname-$pkgver

_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
	cd "$_builddir"
	update_config_sub || return 1
@@ -35,10 +37,16 @@ build() {
}

package() {
	cd "$srcdir"/$pkgname-$pkgver
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

libmagic() {
	pkgdesc="File type identification library"
	mkdir -p "$subpkgdir"/usr
	mv "$pkgdir"/usr/lib "$pkgdir"/usr/share "$subpkgdir"/usr
}

md5sums="e6a972d4e10d9e76407a432f4a63cd4c  file-5.25.tar.gz"
sha256sums="3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca  file-5.25.tar.gz"
sha512sums="4a5176a7e80df2bb7e45916490433d22eb98a442d49d04146afcbdcf92ff619ea3e73e95c8991e6b6a0628efb9d127bfa4aafc1cae523f8261ca693bc5e13402  file-5.25.tar.gz"
-- 
2.7.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)