mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
unstable/mailx-support Initial Commit
This commit is contained in:
parent
2737293172
commit
d80b2bb3a0
@ -5,20 +5,25 @@ pkgver=20060102
|
||||
pkgrel=0
|
||||
pkgdesc="Provides lockspool utility"
|
||||
url="http://www.openbsd.org"
|
||||
license="GPL"
|
||||
license="BSD"
|
||||
depends=""
|
||||
makedepends=""
|
||||
install=
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://gentoo.osuosl.org/distfiles/$pkgname-$pkgver.tar.bz2"
|
||||
source="http://gentoo.osuosl.org/distfiles/$pkgname-$pkgver.tar.bz2
|
||||
mailx-support-ldflags.patch"
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
#need to add a DESTDIR in make file
|
||||
for i in ../*.patch; do
|
||||
msg "Appling $i..."
|
||||
patch -p1 < $i || return 1
|
||||
done
|
||||
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -m755 -D "$srcdir"/"$pkgname-$pkgver"/lockspool "$pkgdir"/usr/libexec/lockspool
|
||||
install -m644 -D "$srcdir"/"$pkgname-$pkgver"/lockspool.1 "$pkgdir"-doc/usr/share/man/man1/lockspool.1
|
||||
}
|
||||
|
||||
md5sums="3f671fe4368a5b536e8384980a9a5c80 mailx-support-20060102.tar.bz2"
|
||||
md5sums="3f671fe4368a5b536e8384980a9a5c80 mailx-support-20060102.tar.bz2
|
||||
32a98aee973db8860f1f53a9297b8dd9 mailx-support-ldflags.patch"
|
||||
|
||||
15
unstable/mailx-support/mailx-support-ldflags.patch
Normal file
15
unstable/mailx-support/mailx-support-ldflags.patch
Normal file
@ -0,0 +1,15 @@
|
||||
--- mailx-support-20060102.orig/Makefile
|
||||
+++ mailx-support-20060102/Makefile
|
||||
@@ -17,10 +17,10 @@ clean:
|
||||
${RM} -f ${PRODUCTS} *.o
|
||||
|
||||
mail.local: mail.local.o locking.o open_with_exlock.o
|
||||
- ${CC} ${CFLAGS} -o $@ $^
|
||||
+ ${CC} ${LDFLAGS} ${CFLAGS} -o $@ $^
|
||||
|
||||
lockspool: lockspool.o locking.o open_with_exlock.o
|
||||
- ${CC} ${CFLAGS} -o $@ $^
|
||||
+ ${CC} ${LDFLAGS} ${BINDNOW_FLAGS} ${CFLAGS} -o $@ $^
|
||||
|
||||
.c.o:
|
||||
${CC} ${CFLAGS} -c -o $@ $^
|
||||
Loading…
x
Reference in New Issue
Block a user