Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
0.3.1-7
Browse files Browse the repository at this point in the history
  • Loading branch information
udeved committed Oct 21, 2015
1 parent f7cd0c2 commit f674d50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions netifrc/PKGBUILD
Expand Up @@ -10,13 +10,14 @@ _func_ver=0.10

pkgname=netifrc
pkgver=0.3.1
pkgrel=6
pkgrel=7
pkgdesc="Gentoo Network Interface Management Scripts"
arch=('i686' 'x86_64')
url="http://www.gentoo.org/proj/en/base/openrc/"
license=('BSD2')
groups=('openrc-base')
depends=('udev-openrc')
conflicts=('systemd-sysvcompat')
install=${pkgname}.install
backup=('etc/conf.d/net')
source=("${pkgname}-${pkgver}.tar.gz::${_net_uri}/${pkgver}.tar.gz"
Expand All @@ -26,15 +27,13 @@ sha256sums=('8ae41223cdc735eee8303e93959b31b6aeae6f1a08661ef5baa6373dd86419c7'
'709c8b22f404001a512e47a7a4d3192070b3e150fb9d0f943de09736d665b0db'
'28875cc6cb52e93657b96cf1bf0cc3b91891cdcbbc3196007c8cd93c6e22078f')

_net_args=(SYSCONFDIR=/etc)
if [ -f /etc/os-release ]; then
. /etc/os-release
_net_args+=(BRANDING="$NAME")
_id=$ID
else
_net_args+=(BRANDING='Unknown Linux')
_id=manjaro
fi
_net_args=(SYSCONFDIR=/etc)
_net_args+=(PREFIX=/usr)
_net_args+=(SBINDIR=/usr/bin)
_net_args+=(LIBEXECDIR=/usr/lib/${pkgname})
Expand Down

0 comments on commit f674d50

Please sign in to comment.