diff options
Diffstat (limited to 'loudmouth/Pkgfile')
| -rw-r--r-- | loudmouth/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/loudmouth/Pkgfile b/loudmouth/Pkgfile new file mode 100644 index 0000000..06498b2 --- /dev/null +++ b/loudmouth/Pkgfile | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | # Description: lightweight & easy-to-use C library for XMPP | ||
| 2 | # URL: https://github.com/mcabber/loudmouth | ||
| 3 | # Maintainer: Shokara Kou, kou at 13f0 dot net | ||
| 4 | # Depends on: glib openssl | ||
| 5 | |||
| 6 | name=loudmouth | ||
| 7 | version=1.5.4 | ||
| 8 | release=1 | ||
| 9 | source=(https://mcabber.com/files/$name/$name-$version.tar.bz2) | ||
| 10 | |||
| 11 | build() { | ||
| 12 | cd $name-$version | ||
| 13 | |||
| 14 | CFLAGS=-Wno-error=deprecated-declarations ./configure \ | ||
| 15 | --prefix=/usr \ | ||
| 16 | --with-ssl=openssl | ||
| 17 | |||
| 18 | make | ||
| 19 | make DESTDIR=$PKG install | ||
| 20 | } | ||
