New package: netpgpverify-20150204.
This commit is contained in:
parent
f2b8db2c28
commit
cabea806e2
|
@ -0,0 +1,13 @@
|
|||
--- Makefile.in.orig 2015-02-05 08:25:13.491988672 +0100
|
||||
+++ Makefile.in 2015-02-05 08:25:51.774946087 +0100
|
||||
@@ -19,7 +19,9 @@ ${PROG}: ${OBJS}
|
||||
${CC} ${OBJS} -o ${PROG}
|
||||
|
||||
install:
|
||||
- install -c -s ${PROG} ${DESTDIR}${PREFIX}/bin
|
||||
+ install -d ${DESTDIR}/${PREFIX}/bin
|
||||
+ install -c ${PROG} ${DESTDIR}${PREFIX}/bin
|
||||
+ install -d ${DESTDIR}/${MANDIR}/man1
|
||||
install -c netpgpverify.1 ${DESTDIR}${MANDIR}/man1
|
||||
|
||||
tst:
|
|
@ -0,0 +1,12 @@
|
|||
# Template file for 'netpgpverify'
|
||||
pkgname=netpgpverify
|
||||
version=20150204
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --mandir=/usr/share/man"
|
||||
short_desc="PGP/SSH standalone verification utility"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="2-clause-BSD"
|
||||
homepage="http://www.netpgp.com"
|
||||
distfiles="http://www.netpgp.com/src/${pkgname}-${version}.tar.gz"
|
||||
checksum=a488666ac3aecf010d7c06fd59836b97086f9c552409cee9f6324dfbb4c1448e
|
Loading…
Reference in New Issue