Restored alsa-utils and alsa-plugins build files in base that were previously deleted in commit 9d657e0a1d
This commit is contained in:
parent
d4a68eae82
commit
2624ca449c
2 changed files with 68 additions and 0 deletions
33
base/alsa-plugins/smbuild
Normal file
33
base/alsa-plugins/smbuild
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
|
app=alsa-plugins
|
||||||
|
version=1.2.2
|
||||||
|
build=1sml
|
||||||
|
homepage="http://www.alsa-project.org"
|
||||||
|
download=""
|
||||||
|
desc="Plugins for ALSA"
|
||||||
|
requires="alsa-lib"
|
||||||
|
|
||||||
|
prepbuilddir() {
|
||||||
|
mkandenterbuilddir
|
||||||
|
rm -rf $app-$version
|
||||||
|
|
||||||
|
tar xf $srcdir/$app-$version.tar.?z**
|
||||||
|
cd $app-$version
|
||||||
|
fixbuilddirpermissions
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
./configure \
|
||||||
|
--prefix=
|
||||||
|
|
||||||
|
make
|
||||||
|
make install DESTDIR=$pkg
|
||||||
|
|
||||||
|
cp COPYING* $pkgdocs/
|
||||||
|
|
||||||
|
mkfinalpkg
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
f6395a3753fcf2873d8aa54d9dd6f1a772b600de6a9ed9a36d7d64186d526ba1234dd957dd085f4c9ddad9ebf85440ef3c672c646b4e128607649262057b37d7 alsa-plugins-1.2.2.tar.lz
|
||||||
|
"
|
35
base/alsa-utils/smbuild
Normal file
35
base/alsa-utils/smbuild
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
|
app=alsa-utils
|
||||||
|
version=1.2.3
|
||||||
|
build=2sml
|
||||||
|
homepage="http://alsa-project.org"
|
||||||
|
download=""
|
||||||
|
requires="netbsd-curses alsa-lib"
|
||||||
|
desc="Userland utilities for ALSA"
|
||||||
|
|
||||||
|
prepbuilddir() {
|
||||||
|
mkandenterbuilddir
|
||||||
|
rm -rf $app-$version
|
||||||
|
|
||||||
|
tar xf $srcdir/$app-$version.tar.?z**
|
||||||
|
cd $app-$version
|
||||||
|
fixbuilddirpermissions
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
./configure \
|
||||||
|
--prefix= \
|
||||||
|
--sbindir=/bin \
|
||||||
|
--with-udev-rules-dir=/lib/udev/rules.d
|
||||||
|
|
||||||
|
make
|
||||||
|
make install DESTDIR=$pkg
|
||||||
|
|
||||||
|
cp COPYING $pkgdocs/
|
||||||
|
|
||||||
|
mkfinalpkg
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
4eea6130a029f7aa323914224c8faa574a9b55ff531876b48b3f9c4016a73ed390c15c17a63e48484cb25119a0f958b746ed4e077bd078bf3c5ee9a2094cddab alsa-utils-1.2.3.tar.lz
|
||||||
|
"
|
Loading…
Reference in a new issue