diff --git a/xclip/.footprint b/xclip/.footprint deleted file mode 100644 index 5a24040d5..000000000 --- a/xclip/.footprint +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xclip --rwxr-xr-x root/root usr/bin/xclip-copyfile --rwxr-xr-x root/root usr/bin/xclip-cutfile --rwxr-xr-x root/root usr/bin/xclip-pastefile -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/xclip-copyfile.1.gz --rw-r--r-- root/root usr/share/man/man1/xclip.1.gz diff --git a/xclip/.signature b/xclip/.signature deleted file mode 100644 index ea4c29130..000000000 --- a/xclip/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3644Bu422aEB6CyzjqWBghct5aLD3B9V6NV4o/Fb8WQv5ywUXfwdEklVGUFD4V3vdglOhWFC3iMNQ0GWTTvCXQM= -SHA256 (Pkgfile) = d7efc6a6c71560e8931075b9935f21562936a57f1d854e8a7a40c348c113d85d -SHA256 (.footprint) = 5356e17d100942ccf8f90393ddf85ef5d88e7a7bc6bdeb2eaae3d2328bfcd439 -SHA256 (xclip-0.13.tar.gz) = ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758 diff --git a/xclip/Pkgfile b/xclip/Pkgfile deleted file mode 100644 index 4b23d3bd6..000000000 --- a/xclip/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: A command line interface to the X11 clipboard -# URL: https://github.com/astrand/xclip -# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu -# Depends on: xorg-libxmu - -name=xclip -version=0.13 -release=3 -source=( - https://github.com/astrand/${name}/archive/\ -${version}/${name}-${version}.tar.gz -) - -build() { - cd ${name}-${version} - - ./bootstrap - ./configure --prefix=/usr - make - make DESTDIR="${PKG}" install -} - -# s-sh-mode