summaryrefslogtreecommitdiff
path: root/tcltls/Pkgfile
blob: e6955c7ccfba2dfc47031eb529a8ace89023c9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description:	TCL binding to OpenSSL
# URL:		https://core.tcl-lang.org/tcltls/
# Maintainer:	Shokara Kou, shokara at kalli dot st
# Depends on:	tcl openssl

name=tcltls
version=1.7.22
release=1
source=(https://core.tcl-lang.org/$name/uv/$name-$version.tar.gz)

build() {
	cd $name-$version

	./configure \
		--prefix=/usr
	make
	make DESTDIR=$PKG install
}