Pkgfile 417 B

123456789101112131415161718
  1. # Description: Locker for Xorg.
  2. # URL: https://ibiblio.org/pub/Linux/X11/screensavers/
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on: xorg-imake
  5. name=xautolock
  6. version=2.2
  7. release=1
  8. source=(https://ibiblio.org/pub/Linux/X11/screensavers/$name-$version.tgz union-wait.patch)
  9. build() {
  10. cd $name-$version
  11. patch -p1 -i $SRC/union-wait.patch
  12. xmkmf
  13. make
  14. make DESTDIR=$PKG install
  15. }