[arch-general] [PATCH 43/48] Add a PKGBUILD for building initscripts-git for testing.

Thomas Bächler thomas at archlinux.org
Fri Jul 16 08:06:02 EDT 2010


Am 30.06.2010 23:47, schrieb Victor Lowther:
> This builds straight out of a git checkout.
> ---
>  PKGBUILD |   23 +++++++++++++++++++++++
>  1 files changed, 23 insertions(+), 0 deletions(-)
> 
> diff --git a/PKGBUILD b/PKGBUILD
> new file mode 100644
> index 0000000..79b3403
> --- /dev/null
> +++ b/PKGBUILD
> @@ -0,0 +1,23 @@
> +pkgname=initscripts-git
> +pkgver=$(date +%s)
> +pkgrel=$(git log --pretty=format:%h |head -n 1)
> +pkgdesc="System initialization/bootup scripts"
> +arch=('i686' 'x86_64')
> +url="http://www.archlinux.org"
> +license=('GPL')
> +groups=('base')
> +conflicts=('initscripts')
> +provides=('initscripts=9999')
> +backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
> +depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=139-1'
> +         'net-tools' 'ncurses' 'kbd' 'findutils' 'sysvinit')
> +optdepends=('bridge-utils: Network bridging support'
> +            'dhcpcd: DHCP network configuration'
> +            'wireless_tools: Wireless networking')
> +source=()
> +sha256sums=()
> +
> +build() {
> +  cd ..
> +  DESTDIR=${pkgdir} ./install.sh
> +}

Not necessary IMO, but nice to have. Should come with a .gitignore patch
that adds '*pkg.tar.*'.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.archlinux.org/pipermail/arch-general/attachments/20100716/4fee3be1/attachment.bin>


More information about the arch-general mailing list