mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-07 08:34:26 +02:00
main/*: remove empty build/prepare
This commit is contained in:
parent
34ea024556
commit
2d1f9f414d
16 changed files with 0 additions and 69 deletions
main
alpine-base
alpine-sdk
apk-cron
build-base
debian-archive-keyring
freeswitch-sounds-en-us-callie-32000
freeswitch-sounds-en-us-callie-8000
freeswitch-sounds-es-mx-maria-44100
freeswitch-sounds-fr-ca-june-8000
freeswitch-sounds-fr-fr-sibylle-8000
freeswitch-sounds-music-32000
freeswitch-sounds-music-8000
freeswitch-sounds-ru-RU-elena-32000
freeswitch-sounds-ru-RU-elena-8000
installkernel
lua-dns
|
@ -23,10 +23,6 @@ subpackages="alpine-release:release"
|
|||
replaces="alpine-baselayout"
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
}
|
||||
|
|
|
@ -9,11 +9,6 @@ arch="noarch"
|
|||
license="GPL-2.0"
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
# meta package
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
}
|
||||
|
|
|
@ -11,10 +11,6 @@ depends="apk-tools"
|
|||
source="apk"
|
||||
options="!check" # no test suite
|
||||
|
||||
build() {
|
||||
return
|
||||
}
|
||||
|
||||
package() {
|
||||
install -D -m 755 "$srcdir/apk" -t "$pkgdir"/etc/periodic/daily/
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ arch="noarch"
|
|||
license="MIT"
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
:
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
}
|
||||
|
|
|
@ -22,10 +22,6 @@ unpack() {
|
|||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
unxz -c "$srcdir"/data.tar.xz | tar -x -C "$pkgdir"/
|
||||
|
|
|
@ -10,10 +10,6 @@ options="!check"
|
|||
source="https://files.freeswitch.org/freeswitch-sounds-en-us-callie-32000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/$_sounds/
|
||||
cp -ra "$srcdir"/en "$pkgdir"/$_sounds
|
||||
|
|
|
@ -10,10 +10,6 @@ options="!check"
|
|||
source="https://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/$_sounds/
|
||||
cp -ra "$srcdir"/en "$pkgdir"/$_sounds
|
||||
|
|
|
@ -11,10 +11,6 @@ options="!check"
|
|||
source="https://files.freeswitch.org/freeswitch-sounds-es-mx-maria-44100.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/$_sounds/
|
||||
cp -ra "$srcdir"/es/ "$pkgdir"/$_sounds
|
||||
|
|
|
@ -10,10 +10,6 @@ options="!check"
|
|||
source="https://files.freeswitch.org/releases/sounds/freeswitch-sounds-fr-ca-june-8000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/$_sounds/
|
||||
cp -ra "$srcdir"/fr "$pkgdir"/$_sounds
|
||||
|
|
|
@ -9,10 +9,6 @@ license="CC-BY-SA-3.0"
|
|||
options="!check"
|
||||
source="https://www.archive.org/download/FrenchAudioFilesForFreeswitch/freeswitch-sounds-fr-fr-sibylle-8000-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/sounds/
|
||||
cp -ra "$srcdir"/fr "$pkgdir"/usr/sounds
|
||||
|
|
|
@ -10,10 +10,6 @@ options="!check"
|
|||
source="https://files.freeswitch.org/freeswitch-sounds-music-32000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/$_sounds/
|
||||
cp -ra "$srcdir"/music "$pkgdir"/$_sounds
|
||||
|
|
|
@ -10,10 +10,6 @@ options="!check"
|
|||
source="https://files.freeswitch.org/freeswitch-sounds-music-8000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/$_sounds/
|
||||
cp -ra "$srcdir"/music "$pkgdir"/$_sounds
|
||||
|
|
|
@ -10,10 +10,6 @@ options="!check"
|
|||
source="https://files.freeswitch.org/freeswitch-sounds-ru-RU-elena-32000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/$_sounds/
|
||||
cp -ra "$srcdir"/ru "$pkgdir"/$_sounds
|
||||
|
|
|
@ -10,10 +10,6 @@ options="!check"
|
|||
source="https://files.freeswitch.org/freeswitch-sounds-ru-RU-elena-8000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/$_sounds/
|
||||
cp -ra "$srcdir"/ru "$pkgdir"/$_sounds
|
||||
|
|
|
@ -10,10 +10,6 @@ depends="/bin/sh"
|
|||
options="!check" # no test suite
|
||||
source="installkernel"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 "$srcdir"/installkernel "$pkgdir"/sbin/installkernel
|
||||
}
|
||||
|
|
|
@ -11,14 +11,6 @@ depends="lua lua-socket"
|
|||
source="dns.lua ztact.lua"
|
||||
options="!check"
|
||||
|
||||
prepare() {
|
||||
:
|
||||
}
|
||||
|
||||
build() {
|
||||
:
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "$pkgdir"/usr/share/lua/5.1
|
||||
install -m 644 "$srcdir"/*.lua "$pkgdir"/usr/share/lua/5.1/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue