CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e2fsprogs: updated to 1.42.5 and aligned with upstream
[crossrootfs.git] / httpup / Pkgfile
CommitLineData
7bcbda68
VM
1# Description: One way sync over http
2# Maintainer: CRUX System Team, core-ports at crux dot nu
3# URL: http://jw.tks6.net/files/crux/httpup_manual.html
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on: curl
6
7name=httpup
8version=0.4.0k
9release=1
10source=(http://jw.tks6.net/files/crux/${name}-$version.tar.gz httpup)
11
12build() {
13 cd $name-$version
14
15 make CXX=$CXX STRIP=$STRIP
16 mkdir -p $PKG/usr/{bin,man/man8}
17
18 cp httpup httpup-repgen $PKG/usr/bin
19 install -D -m 755 $SRC/httpup $PKG/etc/ports/drivers/httpup
20 cp *.8 $PKG/usr/man/man8
21}