From 3b0a078220f8746c0354aff89cc89fc2ef747f21 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 23 Apr 2016 18:24:06 -0300 Subject: remove more unused packages --- libre/libssh2-static/PKGBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 libre/libssh2-static/PKGBUILD (limited to 'libre/libssh2-static/PKGBUILD') diff --git a/libre/libssh2-static/PKGBUILD b/libre/libssh2-static/PKGBUILD deleted file mode 100644 index f3827fcbb..000000000 --- a/libre/libssh2-static/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: Márcio Silva -# based of libssh2 - -_pkgname=libssh2 -pkgname=libssh2-static -pkgver=1.7.0 -pkgrel=2 -pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts (static libraries only)" -url="http://www.libssh2.org/" -arch=('i686' 'x86_64' 'armv7h') -license=('BSD') -depends=('openssl-static' 'libssh2') -makedepends=('zlib') -options=('staticlibs') -validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg -source=("http://www.libssh2.org/download/$_pkgname-$pkgver.tar.gz"{,.asc}) -md5sums=('b01662a210e94cccf2f76094db7dac5c' - 'SKIP') - -build() { - cd "$_pkgname-$pkgver" - - ./configure --prefix=/usr - make -} - -package() { - cd "$_pkgname-$pkgver" - - make DESTDIR="$pkgdir" install - - # remove conflicting files - rm -vr ${pkgdir}/usr/{include,lib/pkgconfig,share} - rm -v ${pkgdir}/usr/lib/lib*.so* -} -- cgit v1.2.3