talimat 418 B

1234567891011121314151617
  1. # Description: X.Org libxshmfence kutuphanesi
  2. # URL: http://xorg.freedesktop.org
  3. # Packager: milisarge
  4. # Depends on: xorg-proto xorg-libx11
  5. name=xorg-libxshmfence
  6. version=1.2
  7. release=1
  8. source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libxshmfence-$version.tar.bz2)
  9. build() {
  10. cd libxshmfence-$version
  11. ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  12. make
  13. make DESTDIR=$PKG install
  14. }