Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
kxml
create-tarball.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File create-tarball.sh of Package kxml
#!/bin/bash if [ $# -ne 1 ]; then echo "Usage: ./create-tarball VERSION" exit 1 fi VERSION=${1} NAME="kxml" wget https://downloads.sourceforge.net/sourceforge/${NAME}/${NAME}2-src-${VERSION}.zip unzip -d ${NAME}-${VERSION} ${NAME}2-src-${VERSION}.zip rm ${NAME}2-src-${VERSION}.zip ( cd ${NAME}-${VERSION} find . -name "*.jar" -delete rm -Rf bin/ dist/* www/ samples_midp/ samples/ contrib/ ) tar cJvf ${NAME}-${VERSION}-clean.tar.xz ./${NAME}-${VERSION}
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor