You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
431 B
16 lines
431 B
8 years ago
|
import 'compile/configure'
|
||
|
|
||
|
name=xclip
|
||
|
version=0.12
|
||
|
update_url="https://sourceforge.net/projects/$name/files/$name/"
|
||
|
update_names="/projects/$name/files/$name/$version/stats/timeline"
|
||
|
|
||
|
dlextract "https://sourceforge.net/projects/$name/files/$name/$version/$name-$version.tar.gz" \
|
||
|
'f7e19d3e976fecdc1ea36cd39e39900d'
|
||
|
header_end
|
||
|
|
||
|
cd "$name-$version"
|
||
|
compile_configure
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|