mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
diffutils bumped
This commit is contained in:
parent
f2f8c9dfac
commit
e54c11d07e
1 changed files with 7 additions and 5 deletions
|
@ -1,22 +1,24 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
|
||||
# Contributor: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
# Plugbox changes: ABS forgot to add that diff depends on libsigsegv
|
||||
|
||||
pkgname=diffutils
|
||||
pkgver=2.9
|
||||
pkgver=3.0
|
||||
pkgrel=2
|
||||
pkgdesc="Utility programs used for creating patch files"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://www.gnu.org/software/diffutils"
|
||||
license=('GPL3')
|
||||
groups=('base')
|
||||
depends=('glibc' 'sh' 'libsigsegv')
|
||||
install=diffutils.install
|
||||
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('d6bc1bdc874ddb14cfed4d1655a0dbbe')
|
||||
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz)
|
||||
md5sums=('7624eb7e6b53ea3ce38958a092d2216e')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
|
||||
./configure
|
||||
make || return 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue