milis/talimatname/genel/c/cpdup/talimat

20 lines
559 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Dosya sistemlerini izinleri, bayrakları, sahiplik ve araçları saklamak için DragonFly BSD aracı
# URL: http://apollo.backplane.com/FreeBSDPorts/
# Paketçi: Cihan_Alkan
# Gerekler: libbsd pkg-config
# Grup: sistem
isim=cpdup
surum=1.18
devir=1
kaynak=(http://apollo.backplane.com/FreeBSDPorts/cpdup-$surum.tar.gz
GNUmakefile)
derle() {
cd "$isim"
sed -i 's/__unused/__attribute__((__unused__))/' *.c
make -f "$SRC"/GNUmakefile
install -Dm 755 cpdup "$PKG"/usr/bin/cpdup
install -Dm 644 cpdup.1 "$PKG"/usr/share/man/man1
}