Advertisement
Guest User

Untitled

a guest
Oct 12th, 2010
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # Contributor: Max Pray a.k.a. Synthead <synthead at gmail dot com>
  2. # Maintainer: Ray Kohler <ataraxia937 at gmail dot com>
  3. # Category: lib
  4.  
  5. pkgname=lib32-libxp
  6. pkgname32=${pkgname/lib32-/}
  7. pkgver=1.0.0
  8. pkgrel=4
  9. pkgrel32=3
  10. pkgdesc="X11 X Print Library"
  11. arch=('x86_64')
  12. url="http://xorg.freedesktop.org/"
  13. license=('GPL')
  14. depends=('lib32-libxext')
  15. makedepends=('lib32-printproto')
  16. source=(ftp://ftp.archlinux.org/extra/os/i686/${pkgname32}-${pkgver}-${pkgrel32}-i686.pkg.tar.gz)
  17. md5sums=('e94f2fcfa26b7106fcf162fa201e8350')
  18.  
  19. build() {
  20. mkdir -p ${pkgdir}/usr/lib32
  21. cp -rPf ${srcdir}/usr/lib/* ${pkgdir}/usr/lib32
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement