mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 21:07:13 +08:00
4 more moved
This commit is contained in:
parent
a96e1dfacc
commit
d0750e75e4
@ -1,25 +0,0 @@
|
||||
# $Id: PKGBUILD 52155 2009-09-16 11:08:07Z allan $
|
||||
# Maintainer: Andreas Radke <andyrtr at archlinux.org>
|
||||
# Committer: Judd Vinet <jvinet@zeroflux.org>
|
||||
pkgname=gnupg
|
||||
pkgver=1.4.10
|
||||
pkgrel=2
|
||||
pkgdesc="GNU Privacy Guard - a PGP replacement tool"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL3')
|
||||
depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb' 'curl>=7.16.2' 'readline>=6.0.00')
|
||||
source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2)
|
||||
install=gnupg.install
|
||||
url="http://www.gnupg.org/"
|
||||
md5sums=('dcf7ed712997888d616e029637bfc303')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr --libexecdir=/usr/lib # docdir can't be set properly
|
||||
make || return 1
|
||||
ln -s ${pkgname}-${pkgver}/scripts ..
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
|
||||
# fix fileconflict with gnupg2 pkg
|
||||
rm ${pkgdir}/usr/share/man/man1/gpg-zip.1
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
info_dir=/usr/share/info
|
||||
info_files=(gnupg1.info)
|
||||
|
||||
post_install() {
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
for f in ${info_files[@]}; do
|
||||
usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
|
||||
done
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
[ -x usr/bin/install-info ] || return 0
|
||||
for f in ${info_files[@]}; do
|
||||
usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
|
||||
done
|
||||
}
|
||||
# vim:set ts=2 sw=2 et:
|
@ -1,31 +0,0 @@
|
||||
# $Id: $
|
||||
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
|
||||
# Contributor: ice-man <icemanf@gmail.com>
|
||||
# Contributor: sergeantspoon <sergeantspoon@archlinux.us>
|
||||
|
||||
pkgname=libssh
|
||||
pkgver=0.4.1
|
||||
pkgrel=3
|
||||
pkgdesc="Library for accessing ssh client services through C libraries"
|
||||
url="http://www.libssh.org/"
|
||||
license=('LGPL')
|
||||
arch=('i686' 'x86_64')
|
||||
depends=('openssl')
|
||||
makedepends=('cmake') #'doxygen'
|
||||
source=(http://www.libssh.org/files/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('258402bf1fabf664daeba4e5fc7a8d09')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release || return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package(){
|
||||
cd ${srcdir}/build
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
#
|
||||
# Platform packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libssh2
|
||||
pkgver=1.2.7
|
||||
pkgrel=1
|
||||
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
|
||||
url="http://www.libssh2.org/"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('BSD')
|
||||
depends=('openssl')
|
||||
makedepends=('zlib')
|
||||
options=('!libtool')
|
||||
source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('a5d78344886f1282e4008c09bf568076')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
|
||||
install -Dm644 COPYING \
|
||||
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
|
||||
}
|
@ -1,24 +0,0 @@
|
||||
# $Id: PKGBUILD 79849 2010-05-08 12:19:42Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
pkgname=libusb-compat
|
||||
pkgver=0.1.3
|
||||
pkgrel=1
|
||||
depends=('libusb' 'sh')
|
||||
pkgdesc="Library to enable user space application programs to communicate with USB devices."
|
||||
arch=(i686 x86_64)
|
||||
url="http://libusb.sourceforge.net/"
|
||||
license=('LGPL')
|
||||
source=(http://downloads.sourceforge.net/libusb/libusb-compat-0.1/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2)
|
||||
options=('!libtool')
|
||||
md5sums=('570ac2ea085b80d1f74ddc7c6a93c0eb')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
Loading…
Reference in New Issue
Block a user