Advertisement
TRiBLy

Untitled

May 5th, 2011
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1. pkgname=lib32-gvfs
  2. pkgver=1.8.1
  3. pkgrel=1
  4. pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
  5. url="http://www.gnome.org/"
  6. arch=('x86_64')
  7. license=('LGPL')
  8. groups=('lib32')
  9. depends=('lib32-libtool' 'lib32-gconf')
  10. source=(ftp://ftp.archlinux.org/extra/os/i686/gvfs-${pkgver}-${pkgrel}-i686.pkg.tar.xz)
  11. md5sums=('3dfe30280485fe316be443da182bbf6b')
  12.  
  13. build() {
  14.   mkdir -p ${pkgdir}/opt/lib32/usr
  15.   cp -rPf ${srcdir}/usr/lib ${pkgdir}/opt/lib32/usr
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement