From b79b42e58b90a54eb5644ae10d04b5bfde26fb75 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 16 Mar 2025 20:12:42 +0100 Subject: moved build-support/disabled to build-support-disabled (collides with some pkginfo stuff otherwise) --- .../disabled/releng/archiso32-git/PKGBUILD | 31 ---------------------- build-support/disabled/releng/asp32-git/PKGBUILD | 25 ----------------- 2 files changed, 56 deletions(-) delete mode 100644 build-support/disabled/releng/archiso32-git/PKGBUILD delete mode 100644 build-support/disabled/releng/asp32-git/PKGBUILD (limited to 'build-support/disabled/releng') diff --git a/build-support/disabled/releng/archiso32-git/PKGBUILD b/build-support/disabled/releng/archiso32-git/PKGBUILD deleted file mode 100644 index ee776241..00000000 --- a/build-support/disabled/releng/archiso32-git/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Maintainer: Sebastian Lau -# Contributor: Sven-Hendrik Haase - -_pkgname=archiso32 -pkgname="${_pkgname}-git" -pkgver=i686.33.2.g1e308c7 -pkgrel=1 -pkgdesc="Arch Linux 32 livecd/liveusb generation scripts" -arch=('any') -url="http://archlinux32.org" -license=('GPL') -depends=('libisoburn' 'squashfs-tools' 'btrfs-progs' 'dosfstools' 'lynx' 'arch-install-scripts') -optdepends=('qemu: quickly test isos') -makedepends=('git') -provides=('archiso') -conflicts=('archiso') -source=("git://github.com/archlinux32/${_pkgname}.git") -md5sums=('SKIP') - -pkgver() { - cd "${srcdir}/${_pkgname}" - git describe --long | sed 's/-/./g;s/v//' -} - -package() { - cd "${srcdir}/${_pkgname}" - - make DESTDIR="${pkgdir}/" install -} - -# vim:set ts=2 sw=2 et: diff --git a/build-support/disabled/releng/asp32-git/PKGBUILD b/build-support/disabled/releng/asp32-git/PKGBUILD deleted file mode 100644 index 5eaa912e..00000000 --- a/build-support/disabled/releng/asp32-git/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer: Andreas Baumann - -pkgname=asp32-git -pkgver=1 -pkgrel=1 -pkgdesc="Arch Linux build source file management tool (for Archlinux32)" -arch=(any) -url="https://git.archlinux32.org/archlinux32/asp32" -license=(MIT) -depends=(awk bash jq git libarchive) -conflicts=(asp) -makedepends=(asciidoc) -source=("git+https://git.archlinux32.org/archlinux32/asp32.git") -md5sums=('SKIP') - -build() { - make -C asp32 -} - -package() { - make -C asp32 PREFIX=/usr DESTDIR="$pkgdir" install - install -Dm644 asp32/LICENSE "$pkgdir/usr/share/licenses/asp/LICENSE" -} - -# vim: ft=sh syn=sh et -- cgit v1.2.3-70-g09d2