mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
Revert "Updated packages and adding new ones to testing"
This reverts commit 08d591b04acf41d5cdbc6d3c7c4206f2793e8d72.
This commit is contained in:
parent
3ebbbf50bf
commit
c34337fc2d
@ -1,5 +1,4 @@
|
||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||
# Maintainer: Michael Mason <ms13sp@gmail.com>
|
||||
pkgname=hypermail
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
|
||||
@ -1,42 +0,0 @@
|
||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||
# Maintainer: Michael Mason <ms13sp@gmail.com>
|
||||
pkgname=rtapd
|
||||
_pkgname=rtnppd
|
||||
pkgver=1.7
|
||||
pkgrel=0
|
||||
pkgdesc="Telocator Network Paging Protocol"
|
||||
url="http://rtnppd.sourceforge.net/"
|
||||
license="GPL"
|
||||
depends=""
|
||||
makedepends=""
|
||||
install=
|
||||
subpackages=""
|
||||
source="http://downloads.sourceforge.net/$_pkgname/$pkgname-$pkgver.tar.gz
|
||||
rtapd.initd
|
||||
rtapd.confd"
|
||||
_builddir="$srcdir"/$pkgname
|
||||
|
||||
# append extra dependencies to -dev subpackage
|
||||
# remove if not used.
|
||||
# depends_dev="somepackage-dev"
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
# make DESTDIR="$pkgdir" install
|
||||
install -m644 -D rtapd.conf "$pkgdir"/etc/$_pkgname/rtapd.conf
|
||||
install -m644 -D tap_dev.conf "$pkgdir"/etc/$_pkgname/tap_dev.conf
|
||||
install -m644 -D tap_route.conf "$pkgdir"/etc/$_pkgname/tap_route.conf
|
||||
install -m644 -D ../rtapd.confd "$pkgdir"/etc/conf.d/rtapd
|
||||
install -m755 -D ../rtapd.initd "$pkgdir"/etc/init.d/rtapd
|
||||
#install -m755 -D archive/rdmsg "$pkgdir"/usr/bin/rdmsg
|
||||
}
|
||||
|
||||
md5sums="f3354efde507d29813754c8f4af7fa02 rtapd-1.7.tar.gz
|
||||
bd5aa6b7477064be5966962b90be55b5 rtapd.initd
|
||||
4378fc49b27dcc6ab7f2316ea2453338 rtapd.confd"
|
||||
@ -1,42 +0,0 @@
|
||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||
# Maintainer: Michael Mason <ms13sp@gmail.com>
|
||||
pkgname=rtnppd
|
||||
pkgver=1.7b
|
||||
pkgrel=0
|
||||
pkgdesc="Telocator Network Paging Protocol"
|
||||
url="http://rtnppd.sourceforge.net/"
|
||||
license="GPL"
|
||||
depends=""
|
||||
makedepends=""
|
||||
install=
|
||||
subpackages=""
|
||||
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
|
||||
rtnppd.initd
|
||||
rtnppd.confd"
|
||||
_builddir="$srcdir"/$pkgname
|
||||
|
||||
# append extra dependencies to -dev subpackage
|
||||
# remove if not used.
|
||||
# depends_dev="somepackage-dev"
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
# make DESTDIR="$pkgdir" install
|
||||
install -m644 -D rtnppd.conf "$pkgdir"/etc/$pkgname/rtnppd.conf
|
||||
install -m644 -D tnpp_trans.conf "$pkgdir"/etc/$pkgname/tnpp_trans.conf
|
||||
install -m644 -D tnpp_dev.conf "$pkgdir"/etc/$pkgname/tnpp_dev.conf
|
||||
install -m644 -D ../rtnppd.confd "$pkgdir"/etc/conf.d/rtnppd
|
||||
install -m755 -D ../rtnppd.initd "$pkgdir"/etc/init.d/rtnppd
|
||||
mkdir -p "$pkgdir"/var/spool/rtnppd
|
||||
#install -m755 -D archive/rdmsg "$pkgdir"/usr/bin/rdmsg
|
||||
}
|
||||
|
||||
md5sums="3f484a7307b1c237652135fcc26ee798 rtnppd-1.7b.tar.gz
|
||||
9bb8ca4d1f073d0b3663d368ff322ecf rtnppd.initd
|
||||
58b8113f483bd824e9ef82fbfdf743d8 rtnppd.confd"
|
||||
@ -11,21 +11,15 @@ makedepends=""
|
||||
install=
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://www.swish-e.org/distribution/$pkgname-$pkgver.tar.gz"
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user