summaryrefslogtreecommitdiff
path: root/gift-gnutella
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 /gift-gnutella
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'gift-gnutella')
-rw-r--r--gift-gnutella/.footprint12
-rw-r--r--gift-gnutella/.md5sum1
-rw-r--r--gift-gnutella/Pkgfile19
-rw-r--r--gift-gnutella/README3
4 files changed, 35 insertions, 0 deletions
diff --git a/gift-gnutella/.footprint b/gift-gnutella/.footprint
new file mode 100644
index 000000000..3aa469f3e
--- /dev/null
+++ b/gift-gnutella/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/giFT/
+-rwxr-xr-x root/root usr/lib/giFT/libGnutella.la
+-rwxr-xr-x root/root usr/lib/giFT/libGnutella.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/giFT/
+drwxr-xr-x root/root usr/share/giFT/Gnutella/
+-rw-r--r-- root/root usr/share/giFT/Gnutella/Gnutella.conf
+-rw-r--r-- root/root usr/share/giFT/Gnutella/Gnutella.conf.template
+-rw-r--r-- root/root usr/share/giFT/Gnutella/gwebcaches
+-rw-r--r-- root/root usr/share/giFT/Gnutella/hostiles.txt
diff --git a/gift-gnutella/.md5sum b/gift-gnutella/.md5sum
new file mode 100644
index 000000000..b76e94824
--- /dev/null
+++ b/gift-gnutella/.md5sum
@@ -0,0 +1 @@
+7449569c2a121b4a6bb994e094a5c8f6 gift-gnutella-0.0.10.tar.bz2
diff --git a/gift-gnutella/Pkgfile b/gift-gnutella/Pkgfile
new file mode 100644
index 000000000..01ecfe498
--- /dev/null
+++ b/gift-gnutella/Pkgfile
@@ -0,0 +1,19 @@
+# Description: the gnutella plugin for gift
+# URL: http://gift.sourceforge.net/
+# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
+# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Depends on: gift
+
+name=gift-gnutella
+version=0.0.10
+release=1
+source=(http://dl.sourceforge.net/sourceforge/gift/$name-$version.tar.bz2)
+
+build () {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}
diff --git a/gift-gnutella/README b/gift-gnutella/README
new file mode 100644
index 000000000..c898c0440
--- /dev/null
+++ b/gift-gnutella/README
@@ -0,0 +1,3 @@
+POST-INSTALL:
+ * Add "Gnutella" to the variable "plugins" in your ~/.giFT/giftd.conf
+

Generated by cgit