mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-17 02:11:18 +02:00
testing/qpage: APKBUILD style fixes
This commit is contained in:
parent
71792fa190
commit
fccbf900e3
@ -7,16 +7,18 @@ pkgdesc="Sends messages to an alphanumeric pager via TAP protocol."
|
||||
url="http://www.qpage.org/"
|
||||
arch="all"
|
||||
license="Custom"
|
||||
depends=""
|
||||
depends=
|
||||
depends_dev=
|
||||
makedepends="$depends_dev"
|
||||
makedepends=
|
||||
install="$pkgname.pre-install $pkgname.post-install"
|
||||
source="saveas-http://archive.debian.org/debian/pool/non-free/q/$pkgname/"$pkgname"_3.3final.orig.tar.gz/$pkgname-$pkgver.tar.gz
|
||||
config.input
|
||||
qpage.initd
|
||||
qpage.patch
|
||||
"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
@ -25,6 +27,7 @@ prepare() {
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cp -f "$srcdir"/config.input "$_builddir" || return 1
|
||||
@ -33,6 +36,7 @@ build() {
|
||||
--localstatedir=/var
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/bin
|
||||
mkdir -p "$pkgdir"/etc/qpage
|
||||
@ -41,7 +45,6 @@ package() {
|
||||
install -m644 -D "$_builddir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
|
||||
md5sums="eb98faaa51f89db68ecf7668f5294309 qpage-3.3.tar.gz
|
||||
3ac8c6e2aede9e195eba2555eb3b4645 config.input
|
||||
f439315da04ebdd1e1cc2840171d45d3 qpage.initd
|
||||
|
Loading…
x
Reference in New Issue
Block a user