diff options
Diffstat (limited to 'testing/libsecret/PKGBUILD')
-rw-r--r-- | testing/libsecret/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/libsecret/PKGBUILD b/testing/libsecret/PKGBUILD deleted file mode 100644 index 1ec9f5695..000000000 --- a/testing/libsecret/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $ -# Maintainer: Jan de Groot <jgc@archlinux.org> - -pkgname=libsecret -pkgver=0.10 -pkgrel=1 -pkgdesc='library for storing and retrieving passwords and other secrets.' -arch=('i686' 'x86_64') -license=('LGPL') -url="https://live.gnome.org/Libsecret" -depends=('glib2' 'libgcrypt') -makedepends=('intltool' 'docbook-xsl') -options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('4015ac83042fa408bf66ca8526709662d194fe566181db6ab3d86a6ea4ab8880') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} |