contrib/libgadu/Pkgfile

18 lines
430 B
Plaintext
Raw Normal View History

2008-05-13 23:28:24 +02:00
# Description: libgadu is a library for Gadu-gadu instant messenger protocol
# URL: http://toxygen.net/libgadu
# Packager: Bartosz Sobel, dwanasciegroszy at o2 dot pl
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
name=libgadu
version=1.8.0
release=1
source=(http://toxygen.net/$name/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
}