aboutsummaryrefslogtreecommitdiff
path: root/redhat/rules
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/rules')
-rw-r--r--redhat/rules24
1 files changed, 24 insertions, 0 deletions
diff --git a/redhat/rules b/redhat/rules
new file mode 100644
index 0000000..17c2452
--- /dev/null
+++ b/redhat/rules
@@ -0,0 +1,24 @@
+$Summary = "Zinc, a canvas replacement for Tk";
+$Name = "perl-Tk-Zinc";
+$Copyright = "LGPL";
+$Distribution = "Zinc";
+$Group = "System Environment/Libraries";
+$BuildArchitectures = "i386";
+
+$Build = "./configure
+make";
+
+$Install = "rm -rf \$RPM_BUILD_ROOT
+mkdirhier \$RPM_BUILD_ROOT/usr/lib
+make PREFIX=\$RPM_BUILD_ROOT/usr prefix=\$RPM_BUILD_ROOT/usr installptk installom installgpc
+find \$RPM_BUILD_ROOT/usr -type f -print | sed \"s\@^\$RPM_BUILD_ROOT\@\@g\" \| grep -v perllocal.pod > $Name-\%{version}-filelist";
+
+$Description = "Zinc is a canvas like widget for the Tk toolkit. Its has been
+ designed to provide a structured organization of its graphical
+ components. It provides also advanced geometrical and graphical
+ capabilities such as geometric construction (boolean ops),
+ transformations, non rectangular clipping gradient fills, smart
+ reliefs, etc.
+
+This contains the dynamic libraries that are necessary for
+running applications which use Zinc.";