mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
mdevd: unbundle skalibs
This commit is contained in:
parent
cbc060db21
commit
cda4cde397
@ -1,25 +1,8 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
mkdir -p junk
|
|
||||||
|
|
||||||
(
|
|
||||||
cd skalibs
|
|
||||||
|
|
||||||
./configure \
|
|
||||||
--prefix=/usr \
|
|
||||||
--disable-shared
|
|
||||||
|
|
||||||
make
|
|
||||||
make DESTDIR="$PWD/../junk" install
|
|
||||||
)
|
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-static-libc \
|
--enable-static-libc
|
||||||
--disable-shared \
|
|
||||||
--with-sysdeps="$PWD/junk/usr/lib/skalibs/sysdeps" \
|
|
||||||
--with-lib="$PWD/junk/usr/lib/skalibs" \
|
|
||||||
--with-include="$PWD/junk/usr/include"
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
5fcca30a90ecac926683290e17fe77426840481284a7d499202f6a7aa27910f5
|
5fcca30a90ecac926683290e17fe77426840481284a7d499202f6a7aa27910f5
|
||||||
71f7408ad041500c137b8ee1f37a8553322a12cc2aad6d93c851122f40bcbee2
|
|
||||||
f28498912c9ca997e2cf16ec745ac904a29f3c1f9c5e0a5821a37390ca76367a
|
f28498912c9ca997e2cf16ec745ac904a29f3c1f9c5e0a5821a37390ca76367a
|
||||||
917bb58ccf50bc0193779c750b04a611b4843ff92cbce71293a8bbe69261f15c
|
917bb58ccf50bc0193779c750b04a611b4843ff92cbce71293a8bbe69261f15c
|
||||||
|
1
extra/mdevd/depends
Normal file
1
extra/mdevd/depends
Normal file
@ -0,0 +1 @@
|
|||||||
|
skalibs make
|
@ -1,4 +1,3 @@
|
|||||||
https://github.com/skarnet/mdevd/archive/refs/tags/vVERSION.tar.gz
|
https://github.com/skarnet/mdevd/archive/refs/tags/vVERSION.tar.gz
|
||||||
https://github.com/skarnet/skalibs/archive/v2.12.0.1.tar.gz skalibs
|
|
||||||
files/mdevd.conf
|
files/mdevd.conf
|
||||||
files/mdevd.run
|
files/mdevd.run
|
||||||
|
8
extra/skalibs/build
Executable file
8
extra/skalibs/build
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--enable-shared
|
||||||
|
|
||||||
|
make
|
||||||
|
make DESTDIR="$1" install
|
1
extra/skalibs/checksums
Normal file
1
extra/skalibs/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
3e228f72f18d88c17f6c4e0a66881d6d3779427b7e7e889f3142b6f26da30285
|
1
extra/skalibs/sources
Normal file
1
extra/skalibs/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://www.skarnet.org/software/skalibs/skalibs-VERSION.tar.gz
|
1
extra/skalibs/version
Normal file
1
extra/skalibs/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2.12.0.1 1
|
Loading…
Reference in New Issue
Block a user