File: packager.sh

package info (click to toggle)
unicon 3.0.4%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 21,948 kB
  • sloc: ansic: 185,000; cpp: 12,570; makefile: 810; sh: 298
file content (8 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#!/bin/bash
PKGNAME=unicon
VERSION=3.0.4
UNICONPKG=$PKGNAME-$VERSION-`date +%Y%m%d`.tar.bz2
make distclean
cd ..
tar Ivcf $UNICONPKG $PKGNAME-$VERSION
rpm -ta $UNICONPKG