opt/freetds/Pkgfile

18 lines
429 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Library for accessing MSSQL and Sybase rdbms
# URL: http://www.freetds.org
2006-04-13 23:43:04 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
name=freetds
version=0.63
release=1
source=(http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-msdblib
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}