summaryrefslogtreecommitdiff
path: root/sitecopy
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
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'sitecopy')
-rw-r--r--sitecopy/.footprint6
-rw-r--r--sitecopy/.md5sum1
-rw-r--r--sitecopy/Pkgfile20
3 files changed, 27 insertions, 0 deletions
diff --git a/sitecopy/.footprint b/sitecopy/.footprint
new file mode 100644
index 000000000..d4c050740
--- /dev/null
+++ b/sitecopy/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/sitecopy
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/sitecopy.1.gz
diff --git a/sitecopy/.md5sum b/sitecopy/.md5sum
new file mode 100644
index 000000000..b39736ba0
--- /dev/null
+++ b/sitecopy/.md5sum
@@ -0,0 +1 @@
+5a9da990aa7591ff9c1b470462abd7fe sitecopy-0.16.2.tar.gz
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