# Maintainer: Jesus E. pkgname=dos2unix pkgver=7.4.1 pkgrel=1 pkgdesc='Text file format converter' arch=('i686' 'x86_64') url='https://waterlan.home.xs4all.nl/dos2unix.html' license=('Simplified-BSD') depends=('glibc') makedepends=('perl' 'gettext-tiny') conflicts=('hd2u') source=(https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz) sha512sums=('81e7cff82d95b298fb218b073f54d17fa851a7507fbd54b3cd9af7c1efa6a7bd3cf59f7a84ffbaf395403bf458650763e1755944451b24f708878a9c62316dc4') build() { cd $pkgname-$pkgver make LDFLAGS_USER=${LDFLAGS} } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install install -Dm644 COPYING.txt -t "$pkgdir"/usr/share/licenses/$pkgname }