diff --git a/Makefile.in b/Makefile.in index 50e95de..e29b34b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -33,6 +33,9 @@ DOCS = SOURCES = spotify.bash spotify.1 spotify.desktop $(archive) ifeq ($(dist),Fedora) SOURCES += $(wildcard fedora/$(arch)/*.so.*) +else ifeq ($(dist),SUSE) +SOURCES += $(wildcard SUSE/$(arch)/*.so.*) +DOCS += $(wildcard SUSE/$(arch)/*) else ifeq ($(dist),Ubuntu) SOURCES += $(wildcard ubuntu/$(arch)/*.so.*) DOCS += $(wildcard ubuntu/$(arch)/*) diff --git a/SUSE/amd64/libgcrypt11-1.5.4-1.1.x86_64.rpm b/SUSE/amd64/libgcrypt11-1.5.4-1.1.x86_64.rpm new file mode 100644 index 0000000..9831a83 Binary files /dev/null and b/SUSE/amd64/libgcrypt11-1.5.4-1.1.x86_64.rpm differ diff --git a/SUSE/doc/COPYING.libgrypt11.SUSE b/SUSE/doc/COPYING.libgrypt11.SUSE new file mode 100644 index 0000000..640614c --- /dev/null +++ b/SUSE/doc/COPYING.libgrypt11.SUSE @@ -0,0 +1,143 @@ + + + + + + + + Wikisend: free file sharing service + + + + + + +
+
+
+ + +
+
+ +
+ +
+ +
+
+
+ +
+
+
+
+ + +
+
+ + + + + + + + + +
+
Upload
+
Download
+
+ +
+ + +
+ libgcrypt-copying
COPYING
+ +
+
+ +
    +
  • File ID: 860946
  • +
  • File size: 17.6 KB
  • +
  • Time to live: 7 days
  • COPYING of libgcrypt11
  • +
+
+
+
+ +
+ + + + +
+ + +
+
+ + +
+ + + + + + + +
+

Why our site?

+ +
+

Simple & Free

+Upload and download lots of  files, big files, small files, data files, +media files, archives or backups - any files. With Wikisend it`s simple and +free. + +

Share with Friends

+Share files with your friends using E-mail, MySpace page, your blog, forums +and so on. With Wikisend sharing files, photos, videos or documents is easy, +fast, and reliable. + +

Start now

+No need to register, activate, install or read manuals - use our uploading +form, you`re ready to go. + +
+ +
+ + + + +
+ + + + + + + \ No newline at end of file diff --git a/SUSE/i386/libgcrypt11-1.5.4-1.1.i586.rpm b/SUSE/i386/libgcrypt11-1.5.4-1.1.i586.rpm new file mode 100644 index 0000000..5158e0c Binary files /dev/null and b/SUSE/i386/libgcrypt11-1.5.4-1.1.i586.rpm differ diff --git a/configure b/configure index 7c2d5cc..0f5f7ec 100755 --- a/configure +++ b/configure @@ -175,6 +175,8 @@ case "$dist" in echo -n "($dist handled as RHEL)..." dist='RHEL' ;; + *SUSE*) + dist='SUSE' *) echo -n "(no \"special configuration\" of distro needed)..." ;;