mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
[skip-ci] libmspack: import as clamav new deps
This commit is contained in:
parent
70a57095a2
commit
a8924f6bc6
25
libmspack/PKGBUILD
Normal file
25
libmspack/PKGBUILD
Normal file
@ -0,0 +1,25 @@
|
||||
# Contributions from Arch:
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
# Contributor: AndyRTR <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=libmspack
|
||||
pkgver=0.9.1alpha
|
||||
pkgrel=1
|
||||
pkgdesc="A library for Microsoft compression formats"
|
||||
url="https://www.cabextract.org.uk/libmspack/"
|
||||
arch=(x86_64)
|
||||
license=(GPL)
|
||||
depends=(glibc)
|
||||
source=(https://www.cabextract.org.uk/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('9602ae4a6b0468d9aaef6359c1e90657')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user