summaryrefslogtreecommitdiff
path: root/sitecopy/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /sitecopy/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'sitecopy/Pkgfile')
-rw-r--r--sitecopy/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sitecopy/Pkgfile b/sitecopy/Pkgfile
new file mode 100644
index 000000000..aa3101c00
--- /dev/null
+++ b/sitecopy/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Utility for maintaining remote web sites via FTP or WebDAV
+# URL: http://www.lyra.org/sitecopy
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: neon
+
+name=sitecopy
+version=0.16.2
+release=1
+source=(http://www.lyra.org/$name/$name-$version.tar.gz)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --with-neon=/usr \
+ --disable-nls \
+ --disable-debug
+ make
+ make prefix=$PKG/usr install
+ rm -r $PKG/usr/{doc,share,man/fr}
+}

Generated by cgit