From 607f0124ed64cfeff9976dffb0650702b54a298d Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 2 May 2016 13:00:53 -0500 Subject: Removing spl-utils-git. Use spl-utils instead --- pcr/spl-utils-git/PKGBUILD | 49 ---------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 pcr/spl-utils-git/PKGBUILD (limited to 'pcr/spl-utils-git') diff --git a/pcr/spl-utils-git/PKGBUILD b/pcr/spl-utils-git/PKGBUILD deleted file mode 100644 index d076a5813..000000000 --- a/pcr/spl-utils-git/PKGBUILD +++ /dev/null @@ -1,49 +0,0 @@ -# Maintainer (Arch): Jesus Alvarez -# Contributor (Arch): Kyle Fuller -# Maintainer: Omar Vega Ramos -# -# This PKGBUILD was generated by the archzfs build scripts located at -# -# http://github.com/demizer/archzfs -# -# The build script generates and updates the pkgver and _kernel* variables. -# -pkgname="spl-utils-git" -pkgver=0.6.4.2_r0_g04974ca_4.1.6_1 -pkgrel=1 -license=('GPL') -pkgdesc="Solaris Porting Layer kernel module support files." -makedepends=("git") -arch=("i686" "x86_64") -url="http://zfsonlinux.org/" -source=("git+https://github.com/zfsonlinux/spl.git#commit=04974ca1" - "spl-utils.hostid") -groups=("archzfs-git") -md5sums=('SKIP' - 'a54f0041a9e15b050f25c463f1db7449') -replaces=("spl-utils") -provides=("spl-utils") -conflicts=("spl-utils" "spl-utils-lts") - -build() { - cd "${srcdir}/spl" - ./autogen.sh - - _at_enable="" - [ "${CARCH}" == "i686" ] && _at_enable="--enable-atomic-spinlocks" - - ./configure --prefix=/usr \ - --libdir=/usr/lib \ - --sbindir=/usr/bin \ - --with-config=user \ - ${_at_enable} - - make -} - -package() { - cd "${srcdir}/spl" - make DESTDIR="${pkgdir}" install - - install -D -m644 "${srcdir}"/spl-utils.hostid "${pkgdir}"/etc/hostid -} -- cgit v1.2.3