diff options
Diffstat (limited to 'libntru')
-rw-r--r-- | libntru/PKGBUILD | 29 | ||||
l--------- | libntru/upload | 1 |
2 files changed, 0 insertions, 30 deletions
diff --git a/libntru/PKGBUILD b/libntru/PKGBUILD deleted file mode 100644 index 13545bd..0000000 --- a/libntru/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> - -pkgname=libntru -pkgver=0.4.1 -pkgrel=1 -pkgdesc='C Implementation of NTRUEncrypt' -url='https://github.com/tbuktu/libntru' -arch=('i686' 'x86_64') -license=('custom:2-clause BSD') -depends=('glibc') -makedepends=('gcc' 'glibc' 'make' 'coreutils') -source=("https://github.com/tbuktu/libntru/archive/${pkgver}.tar.gz") -sha256sums=('a540763f12c496b057f75c7684274bafb4e62984e6b713720ceb7ea8f31229e5') - -build () -{ - cd "${srcdir}/libntru-${pkgver}" - - make -f Makefile.linux -} - -package () -{ - cd "${srcdir}/libntru-${pkgver}" - - make -f Makefile.linux install DESTDIR="${pkgdir}" - rm -r "${pkgdir}/usr/share" -} - diff --git a/libntru/upload b/libntru/upload deleted file mode 120000 index 1e7a8be..0000000 --- a/libntru/upload +++ /dev/null @@ -1 +0,0 @@ -../upload
\ No newline at end of file |