forked from pool/nedit
a7de48bf0b
Please change also the repositories for 12.2,12.3 and Factory for editors project to ":NonFree", so nedit compiles. Since 12.2 motif is in nonfree. OBS-URL: https://build.opensuse.org/request/show/195766 OBS-URL: https://build.opensuse.org/package/show/editors/nedit?expand=0&rev=9
11 lines
273 B
Bash
11 lines
273 B
Bash
#! /bin/bash
|
|
|
|
NAME=nedit
|
|
cvs -d :pserver:anonymous@nedit.cvs.sourceforge.net:/cvsroot/nedit co ${NAME}
|
|
#osc rm $NAME-*.tar.bz2
|
|
date=`date -u +"%Y%m%d"`
|
|
ARC=$NAME-5.5_CVS$date-src.tar.bz2
|
|
tar -cjf $ARC $NAME --exclude "CVS" --exclude ".cvsignore"
|
|
rm -rf $NAME
|
|
#osc add $ARC
|