summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-13 07:32:12 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-13 07:32:12 +0000
commit5fe36fd9691a6a25dafbcee4a26089fdf243cf26 (patch)
tree819b1be7612f226b9e9031c6dc6e96d0b6d3d27d /net-ftp/swiftfxp/files
parentRemoving condition for patch, so gcc4 can compile this too (diff)
downloadhistorical-5fe36fd9691a6a25dafbcee4a26089fdf243cf26.tar.gz
historical-5fe36fd9691a6a25dafbcee4a26089fdf243cf26.tar.bz2
historical-5fe36fd9691a6a25dafbcee4a26089fdf243cf26.zip
initial import
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-ftp/swiftfxp/files')
-rw-r--r--net-ftp/swiftfxp/files/digest-swiftfxp-0.4.41
-rw-r--r--net-ftp/swiftfxp/files/swiftfxp-0.4.4-build.patch17
2 files changed, 18 insertions, 0 deletions
diff --git a/net-ftp/swiftfxp/files/digest-swiftfxp-0.4.4 b/net-ftp/swiftfxp/files/digest-swiftfxp-0.4.4
new file mode 100644
index 000000000000..a167ed82d9a0
--- /dev/null
+++ b/net-ftp/swiftfxp/files/digest-swiftfxp-0.4.4
@@ -0,0 +1 @@
+MD5 afe830bdad153aed34550b2886af2990 SwiftFXP-0.4.4.zip 57728
diff --git a/net-ftp/swiftfxp/files/swiftfxp-0.4.4-build.patch b/net-ftp/swiftfxp/files/swiftfxp-0.4.4-build.patch
new file mode 100644
index 000000000000..394d297216b2
--- /dev/null
+++ b/net-ftp/swiftfxp/files/swiftfxp-0.4.4-build.patch
@@ -0,0 +1,17 @@
+--- Makefile
++++ Makefile
+@@ -1,5 +1,5 @@
+-CC = gcc
+-CFLAGS = -O2 -g `gtk-config --cflags`
++CC ?= gcc
++CFLAGS += `gtk-config --cflags`
+ LIBS = `gtk-config --libs gthread `
+ LIBPATH = -L/usr/X11R6/lib -lpthread
+ OBJECTS = ui.o net.o misc.o widgets.o configfile.o queue.o sort.o
+@@ -26,3 +26,6 @@
+ SwiftFXP: $(OBJECTS)
+ $(CC) $(CFLAGS) -o SwiftFXP $(OBJECTS) $(LIBS) $(LIBPATH)
+
++install:
++ install -m 0755 -d $(DESTDIR)/usr/bin
++ install -m 0755 SwiftFXP $(DESTDIR)/usr/bin