summaryrefslogtreecommitdiff
path: root/community/tls
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/tls
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/tls')
-rw-r--r--community/tls/PKGBUILD31
-rw-r--r--community/tls/tls.patch28
2 files changed, 0 insertions, 59 deletions
diff --git a/community/tls/PKGBUILD b/community/tls/PKGBUILD
deleted file mode 100644
index 661973fe7..000000000
--- a/community/tls/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 59810 2011-11-30 14:40:18Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s@gmail.com>
-# Contributor: Mario Vazquez <mariovazq@gmail.com>
-
-pkgname=tls
-pkgver=1.6
-pkgrel=4
-pkgdesc="OpenSSL extension to Tcl"
-arch=('i686' 'x86_64')
-url="http://tls.sourceforge.net/"
-license=('GPL')
-depends=('tcl' 'openssl' 'awk')
-source=(http://downloads.sourceforge.net/project/tls/tls/$pkgver/tls$pkgver-src.tar.gz)
-md5sums=('eb326ff9e6fc3b9885aa5c72fb8df3bf')
-
-build() {
- cd $srcdir/tls$pkgver
- ./configure --prefix=/usr --with-ssl-dir=/usr
- make
-}
-
-check() {
- cd $srcdir/tls$pkgver
-# make test | awk '{print}/FAILED/{F=1}END{if(F)exit 1}'
-}
-
-package() {
- cd $srcdir/tls$pkgver
- make DESTDIR=$pkgdir install
- ln -s tls$pkgver/libtls$pkgver.so $pkgdir/usr/lib/libtls$pkgver.so
-}
diff --git a/community/tls/tls.patch b/community/tls/tls.patch
deleted file mode 100644
index 46e70439f..000000000
--- a/community/tls/tls.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.in
-+++ Makefile.in
-@@ -208,20 +208,20 @@
- sed -e "s#\@RELPATH\@#$(RELPATH)#" \
- -e "s#\@tls_LIB_FILE\@#$(tls_LIB_FILE)#" \
- < $(srcdir)/pkgIndex.tcl.in > pkgIndex.tcl
-- $(INSTALL_DATA) pkgIndex.tcl $(pkglibdir)
-+ $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir)
-
- #========================================================================
- # This rule installs platform-independent files, such as header files.
- #========================================================================
-
- install-libraries: libraries
-- $(mkinstalldirs) $(includedir)
-- @echo "Installing header files in $(includedir)"
-+ $(mkinstalldirs) $(DESTDIR)$(includedir)
-+ @echo "Installing header files in $(DESTDIR)$(includedir)"
- @for i in $(GENERIC_HDRS) ; do \
- echo "Installing $$i" ; \
-- $(INSTALL_DATA) $$i $(includedir) ; \
-+ $(INSTALL_DATA) $$i $(DESTDIR)$(includedir) ; \
- done;
-- $(INSTALL_DATA) $(srcdir)/tls.tcl $(pkglibdir)
-+ $(INSTALL_DATA) $(srcdir)/tls.tcl $(DESTDIR)$(pkglibdir)
-
- #========================================================================
- # Install documentation. Unix manpages should go in the $(mandir)