initial import
This commit is contained in:
25
libmd/PKGBUILD
Normal file
25
libmd/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=libmd
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Message Digest functions from BSD systems"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://www.hadrons.org/software/libmd/'
|
||||
license=('Modified-BSD' 'Simplified-BSD' 'ISC' 'Beerware' 'Public-Domain')
|
||||
depends=('glibc')
|
||||
source=("https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
|
||||
sha512sums=('5d0da3337038e474fae7377bbc646d17214e72dc848a7aadc157f49333ce7b5ac1456e45d13674bd410ea08477c6115fc4282fed6c8e6a0bf63537a418c0df96')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
|
||||
}
|
||||
Reference in New Issue
Block a user