diff options
Diffstat (limited to 'extra/gnome-keyring-sharp/PKGBUILD')
-rw-r--r-- | extra/gnome-keyring-sharp/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/gnome-keyring-sharp/PKGBUILD b/extra/gnome-keyring-sharp/PKGBUILD index 39807dce4..fcd30024a 100644 --- a/extra/gnome-keyring-sharp/PKGBUILD +++ b/extra/gnome-keyring-sharp/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 104610 2011-01-04 16:15:34Z ibiru $ +# $Id: PKGBUILD 150836 2012-02-23 12:21:20Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gnome-keyring-sharp pkgver=1.0.2 -pkgrel=2 +pkgrel=3 pkgdesc="A fully managed implementation of libgnome-keyring" arch=('i686' 'x86_64' 'mips64el') url="http://www.mono-project.com/Libraries" license=('custom') depends=('ndesk-dbus>=0.4' 'libgnome-keyring') makedepends=('gtk-sharp-2') -replaces=('gnome-keyring-sharp-svn') source=(http://www.go-mono.com/archive/${pkgname}/${pkgname}-${pkgver}.tar.gz) -options=('!makeflags') +options=('!makeflags' '!libtool') md5sums=('f9a48319f3fe6123017b000d714d68b1') build() { @@ -21,6 +20,11 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc --disable-static make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install rm -rf "${MONO_SHARED_DIR}" ln -sf gnome-keyring-sharp-1.0.pc "${pkgdir}/usr/lib/pkgconfig/gnome-keyring-sharp.pc" |