From 60f6a250016004320c2ccfccbe6ef7f500ed2d2d Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 25 Nov 2012 21:36:59 +0100 Subject: aic: import packaging rules and the license --- arch/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 arch/PKGBUILD (limited to 'arch/PKGBUILD') diff --git a/arch/PKGBUILD b/arch/PKGBUILD new file mode 100644 index 0000000..3c336b3 --- /dev/null +++ b/arch/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 168542 2012-10-13 09:29:55Z thomas $ +# Maintainer: Tom Gundersen +# Contributor: Thomas Bächler +# Contributor: Aaron Griffin + +pkgname=initscripts +pkgver=2012.10.1 +pkgrel=1 +pkgdesc="System initialization/bootup scripts" +arch=('any') +url="http://www.archlinux.org" +license=('GPL2') +provides=('initscripts-systemd') +conflicts=('initscripts-systemd') +replaces=('initscripts-systemd') +backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown) +depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 'findutils' 'sysvinit-tools') +optdepends=('dhcpcd: DHCP network configuration' + 'bridge-utils: Legacy network bridging support' + 'net-tools: Legacy network support' + 'wireless_tools: Legacy wireless networking' + 'sysvinit: Legacy init support') +makedepends=(asciidoc) +install=initscripts.install +source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz") + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + + make DESTDIR=${pkgdir} install +} +md5sums=('a4a747e73819b81f2218cf5b9bd53703') -- cgit v1.2.3