kiss-repo

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

build (161B)


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

export CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
./configure \
    --prefix=/usr

make
make DESTDIR="$1" install
cp -f src/gpgme-config "$1/usr/bin/"