CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
set_time: don't build static
[ports/raspberrypi2-arm.git] / set_time / Pkgfile
CommitLineData
3ac95e35
JV
1# Description: save/restore system time based on mtime of program
2# URL: http://erebus.in/projects/set_time.git
3# Maintainer: CRUX System Team, core-ports at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5
6name=set_time
7version=6f412df
8release=1
9source=(http://stygian.me/crux-arm/distfiles/$name-$version.tar.xz)
10
11build() {
12 cd $name-$version
f0b62ff1 13 make CFLAGS="-Os" LDFLAGS="-s"
3ac95e35
JV
14 make DESTDIR=$PKG install
15}