kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

build (220B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
#!/bin/sh -e

sed 's@libutf8proc/@@' utils/idna.c >_
mv _ utils/idna.c

make PREFIX=/usr TARGET=gtk3
make PREFIX=/usr DESTDIR="$1" install

mkdir -p "$1/usr/share/man/man1"
cp docs/netsurf-gtk.1 "$1/usr/share/man/man1/"