summaryrefslogtreecommitdiff
path: root/pcr/note/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/note/PKGBUILD')
-rw-r--r--pcr/note/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/pcr/note/PKGBUILD b/pcr/note/PKGBUILD
deleted file mode 100644
index f4b2eefe2..000000000
--- a/pcr/note/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: David Pflug <Viaken@Gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-_author=TLINDEN
-_perlmod=note
-pkgname=$_perlmod
-pkgver=1.3.12
-pkgrel=2
-pkgdesc="A Perl-based note taking application with multiple backends"
-arch=('i686' 'x86_64')
-url="http://www.daemon.de/NOTE"
-license=('GPL')
-depends=('perl' 'perl-yaml')
-optdepends=(
- 'perl-config-general: general db backend'
- 'perl-crypt-cbc: encryption support'
- 'perl-crypt-pwsafe3: password safe 3 backend'
- 'perl-crypt-rijndael: encryption support'
- 'perl-dbd-mysql: mysql db backend'
- 'perl-dbi: mysql db backend'
- )
-source=(http://cpan.perl.org/modules/by-authors/id/T/TL/$_author/$_perlmod-$pkgver.tar.gz)
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make install DESTDIR="$pkgdir"
-}