diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-27 03:22:28 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-27 03:22:28 +0000 |
commit | eb411a7c7cc929ada01019bd4c306116ce385693 (patch) | |
tree | 206efb6706787a041fee82bcef85d967f3cf58a5 /libre | |
parent | 7858fe5d7a6544b96702d2bdb6f075481816109e (diff) |
Thu Mar 27 03:18:41 UTC 2014
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre-manpages/PKGBUILD | 31 | ||||
-rw-r--r-- | libre/rp-pppoe-libre/PKGBUILD | 54 |
2 files changed, 0 insertions, 85 deletions
diff --git a/libre/linux-libre-manpages/PKGBUILD b/libre/linux-libre-manpages/PKGBUILD deleted file mode 100644 index 4e37ce890..000000000 --- a/libre/linux-libre-manpages/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 206253 2014-02-22 23:04:56Z thomas $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> -# Maintainer: Thomas Baechler <thomas@archlinux.org> -# Maintainer (Parabola): André Silva <emulatorman@parabola.nu> - -pkgname=linux-libre-manpages -pkgver=3.13 -pkgrel=1 -pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux-libre kernel" -arch=('any') -url="http://linux-libre.fsfla.org/" -license=('GPL2') -makedepends=('xmlto' 'docbook-xsl') -replaces=('kernel26-manpages' 'kernel26-libre-manpages' 'linux-manpages') -conflicts=('kernel26-manpages' 'kernel26-libre-manpages' 'linux-manpages') -provides=('kernel26-manpages' 'linux-manpages') -source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${pkgver}-gnu/linux-libre-${pkgver}-gnu.tar.xz") -md5sums=('98a8e803e0ed08557f3cdd4d56b0ddc1') - -build() { - cd "${srcdir}/linux-$pkgver" - make mandocs -} - -package() { - install -d "${pkgdir}/usr/share/man/man9/" - install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \ - "${pkgdir}/usr/share/man/man9/" - - find "${pkgdir}" -type f -exec chmod 644 {} \; -} diff --git a/libre/rp-pppoe-libre/PKGBUILD b/libre/rp-pppoe-libre/PKGBUILD deleted file mode 100644 index dcd34bcd1..000000000 --- a/libre/rp-pppoe-libre/PKGBUILD +++ /dev/null @@ -1,54 +0,0 @@ -# $Id: PKGBUILD 206300 2014-02-23 17:13:12Z thomas $ -# Maintainer: Daniel Isenmann <daniel@archlinux.org> -# Contributor: orelien <aurelien.foret@wanadoo.fr> -# Maintainer (Parabola): André Silva <emulatorman@parabola.nu> - -_pkgname=rp-pppoe -pkgname=rp-pppoe-libre -pkgver=3.11 -pkgrel=5 -pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client, without nonfree ServPoET recommendation" -arch=('i686' 'x86_64') -url="http://www.roaringpenguin.com/pppoe/" -license=('GPL') -depends=('ppp=2.4.6' 'sh' 'net-tools') -backup=(etc/ppp/pppoe.conf etc/ppp/firewall-standalone etc/ppp/firewall-masq - etc/ppp/pppoe-server-options) -options=('!makeflags') -provides=("rp-pppoe=$pkgver") -replaces=('rp-pppoe') -conflicts=('rp-pppoe') -install=rp-pppoe.install -source=(http://www.roaringpenguin.com/files/download/rp-pppoe-$pkgver.tar.gz{,.sig} - adsl.service - kmode.patch - $pkgname.patch) - -prepare() { - cd "$srcdir/$_pkgname-$pkgver" - - ## Adding patch to remove nonfree software recommendation (ServPoET) - patch -Np1 -i "$srcdir/rp-pppoe-libre.patch" - - cd "$srcdir/$_pkgname-$pkgver/src" - patch -Np2 -i ../../kmode.patch -} - -build() { - cd "$srcdir/$_pkgname-$pkgver/src" - ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugin - make PLUGIN_DIR="/usr/lib/rp-pppoe" all rp-pppoe.so -} - -package() { - cd "$srcdir/$_pkgname-$pkgver/src" - make PLUGIN_DIR="/usr/lib/rp-pppoe" DESTDIR="$pkgdir" install - - #install -Dm755 "$srcdir/adsl" "$pkgdir/etc/rc.d/adsl" - install -Dm644 "$srcdir/adsl.service" "$pkgdir/usr/lib/systemd/system/adsl.service" -} -md5sums=('13b5900c56bd602df6cc526e5e520722' - 'SKIP' - '45dc8fc3d0341a3930182a480859ad76' - 'd38a903a247d689ff0323d7b6caa1c6b' - '3c53d550ac408608abb0b6cd6b76b6c2') |