CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
elfutils: inital import
[crossrootfs.git] / patch / Pkgfile
1 # Description: GNU patch
2 # URL: http://www.gnu.org/software/patch/patch.html
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on:
6
7 name=patch
8 version=2.7.6
9 release=1
10 source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
11
12 build() {
13 cd $name-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr
17
18 make
19 make DESTDIR=$PKG install
20 }