This commit is contained in:
parent
fe5838b0fc
commit
8fce514397
|
@ -7,16 +7,17 @@
|
||||||
isim=io
|
isim=io
|
||||||
surum=git
|
surum=git
|
||||||
devir=1
|
devir=1
|
||||||
kaynak=()
|
kaynak=(https://github.com/stevedekorte/io/archive/master.tar.gz::$isim-master.tar.gz)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
git_indir https://github.com/stevedekorte/io.git $isim
|
#git_indir https://github.com/stevedekorte/io.git $isim
|
||||||
cd $SRC/io
|
#cd $SRC/io
|
||||||
|
cd $SRC/$isim-master
|
||||||
sed -ri "s|20[0-9]+|$surum|" libs/iovm/source/IoVersion.h
|
sed -ri "s|20[0-9]+|$surum|" libs/iovm/source/IoVersion.h
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
make -j1
|
make -j1
|
||||||
make -C $SRC/io/build DESTDIR="$PKG" install
|
make -C../build DESTDIR="$PKG" install
|
||||||
install -Dm644 $SRC/io/license/bsd_license.txt "$PKG/usr/share/licenses/$isim/bsd_license.txt"
|
install -Dm644 ../license/bsd_license.txt "$PKG/usr/share/licenses/$isim/bsd_license.txt"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue