kiss-repo

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

build (181B)


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

# remove annoying messages
sed '/SASL_LOG_DEBUG/d' xoauth2_client.c > _
mv _ xoauth2_client.c

./autogen.sh
./configure \
    --prefix=/usr

make DESTDIR="$1" install