16 lines
358 B
Plaintext
16 lines
358 B
Plaintext
# Description: Http üzerinden tek yönlü senkronizasyon
|
|
# URL: http://jw.tks6.net/files/crux/httpup_manual.html
|
|
# Packager: milisarge
|
|
# Depends on:
|
|
|
|
name=httpup
|
|
version=0.4.0l
|
|
release=1
|
|
source=(http://crux.nu/files/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
make
|
|
make DESTDIR=$PKG prefix=/usr mandir=/usr/share/man install
|
|
}
|