[arch-commits] Commit in ccrypt/repos (community-x86_64 community-x86_64/PKGBUILD)
Pierre Neidhardt
ambrevar at archlinux.org
Fri Jan 12 13:22:29 UTC 2018
Date: Friday, January 12, 2018 @ 13:22:28
Author: ambrevar
Revision: 281574
archrelease: copy trunk to community-x86_64
Added:
ccrypt/repos/community-x86_64/
ccrypt/repos/community-x86_64/PKGBUILD
(from rev 281573, ccrypt/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: ccrypt/repos/community-x86_64/PKGBUILD (from rev 281573, ccrypt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-01-12 13:22:28 UTC (rev 281574)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=ccrypt
+pkgver=1.10
+pkgrel=3
+pkgdesc='A command-line utility for encrypting and decrypting files and streams'
+arch=('x86_64')
+url="http://ccrypt.sourceforge.net"
+license=('GPL2')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('95d4e524abb146946fe6af9d53ed0e5e294b34e2')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list