commit
						5f5da92a3f
					
				
					 1 changed files with 27 additions and 0 deletions
				
			
		
							
								
								
									
										27
									
								
								talimatname/genel/freetds/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								talimatname/genel/freetds/talimat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,27 @@
 | 
			
		|||
# Description: Library for accessing Sybase and MS SQL Server databases.
 | 
			
		||||
# URL: http: http://www.freetds.org
 | 
			
		||||
# Packager: alihan-ozturk28@hotmail.com
 | 
			
		||||
# Depends on: unixodbc
 | 
			
		||||
 | 
			
		||||
name=freetds
 | 
			
		||||
version=1.00
 | 
			
		||||
release=1
 | 
			
		||||
 | 
			
		||||
source=( ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.00.tar.bz2)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
         cd $name-$version
 | 
			
		||||
         ./configure --prefix=/usr \
 | 
			
		||||
                     --sysconfdir=/etc/freetds \
 | 
			
		||||
                     --enable-msdblib \
 | 
			
		||||
                     --mandir=/usr/man \
 | 
			
		||||
                     --with-tdsver=7.0 \
 | 
			
		||||
                     --with-unixodbc=/usr \
 | 
			
		||||
                     --with-openssl \
 | 
			
		||||
                     --disable-debug
 | 
			
		||||
make
 | 
			
		||||
make DESTDIR=$PKG install
 | 
			
		||||
rm -rf $PKG/usr/share/doc
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue