mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/file: split libmagic and cleanups
This commit is contained in:
parent
dc22d5617c
commit
4246484caa
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user