diff options
author | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
commit | 299e917c17619f800f0c21cf43209065b608223f (patch) | |
tree | e175a7bbdb5d933670f10b09f1cc52ece45ced87 /extra/gnome-keyring-sharp/PKGBUILD | |
parent | d466ef49f224a9347fe0375eac8126725e10a0a4 (diff) |
Fri Feb 24 23:15:21 UTC 2012
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 e8d024129..734c0e2fe 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') 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" |