mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Added PKGBUILD variable to designate no auto building in plugbuild
This commit is contained in:
parent
a380638f9a
commit
7d5a526456
5 changed files with 15 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
# $Id: PKGBUILD 72655 2010-03-19 03:19:22Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
||||
noautobuild=1 # prevent plugbuild from autobuilding this package
|
||||
|
||||
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# $Id: PKGBUILD 87235 2010-08-11 12:10:19Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: ezzetabi <ezzetabi at gawab dot com>
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
||||
noautobuild=1 # prevent plugbuild from autobuilding this package
|
||||
|
||||
pkgname=cloog-ppl
|
||||
pkgver=0.15.9
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# $Id: PKGBUILD 87242 2010-08-11 12:46:24Z allan $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
||||
noautobuild=1 # prevent plugbuild from autobuilding this package
|
||||
|
||||
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
|
||||
# NOTE: libtool requires rebuilt with each new gcc version
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# $Id: PKGBUILD 97014 2010-10-26 01:24:43Z allan $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
||||
noautobuild=1 # prevent plugbuild from autobuilding this package
|
||||
|
||||
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
|
||||
# NOTE: valgrind requires rebuilt with each new glibc version
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# $Id: PKGBUILD 87232 2010-08-11 12:07:18Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: ezzetabi <ezzetabi at gawab dot com>
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
||||
noautobuild=1 # prevent plugbuild from autobuilding this package
|
||||
|
||||
pkgname=ppl
|
||||
pkgver=0.11
|
||||
|
|
Loading…
Reference in a new issue